public class ProcessingException extends DeliveryException
Constructor and Description |
---|
ProcessingException()
Creates an instance of
ProcessingException . |
ProcessingException(String message)
Creates an instance of
ProcessingException with the given message. |
ProcessingException(String message,
Throwable cause)
Creates an instance of
ProcessingException with the given message and root cause. |
ProcessingException(Throwable cause)
Creates an instance of
ProcessingException with the given root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingException()
ProcessingException
.public ProcessingException(String message)
ProcessingException
with the given message.message
- The given message.public ProcessingException(Throwable cause)
ProcessingException
with the given root cause.cause
- The given root cause.public ProcessingException(String message, Throwable cause)
ProcessingException
with the given message and root cause.message
- The given message.cause
- The given root cause.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries