Package ddf.catalog.event
Class DeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.event.EventException
ddf.catalog.event.DeliveryException
- All Implemented Interfaces:
Serializable
The exception thrown when problems are detected during the delivery of a created, updated, or
deleted event.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeliveryException(String message) Instantiates a new Delivery exception with the provided message.DeliveryException(String message, Throwable throwable) Instantiates a new delivery exception with the provided message and throwable.DeliveryException(Throwable throwable) Instantiates a new delivery exception with the provided throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeliveryException
Instantiates a new Delivery exception with the provided message.- Parameters:
message- the message
-
DeliveryException
Instantiates a new delivery exception with the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
DeliveryException
Instantiates a new delivery exception with the provided throwable.- Parameters:
throwable- the throwable
-