public class DeliveryException extends EventException
| Constructor and Description |
|---|
DeliveryException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeliveryException(String message)
message - the messagepublic DeliveryException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic DeliveryException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.