org.apache.flume
Class EventDeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flume.EventDeliveryException
- All Implemented Interfaces:
- Serializable
public class EventDeliveryException
- extends Exception
An event delivery exception is raised whenever an Event
fails to
reach at least one of its intended (next-hop) destinations.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventDeliveryException
public EventDeliveryException()
EventDeliveryException
public EventDeliveryException(String message)
EventDeliveryException
public EventDeliveryException(String message,
Throwable t)
EventDeliveryException
public EventDeliveryException(Throwable t)
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.