public class CommandSerializationException extends DeliveryException
| Constructor and Description |
|---|
CommandSerializationException()
Creates an instance of
CommandSerializationException. |
CommandSerializationException(String message)
Creates an instance of
CommandSerializationException with the given message. |
CommandSerializationException(String message,
Throwable cause)
Creates an instance of
CommandSerializationException with the given message and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandSerializationException()
CommandSerializationException.public CommandSerializationException(String message)
CommandSerializationException with the given message.message - The given message.public CommandSerializationException(String message, Throwable cause)
CommandSerializationException 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