public class CommandResponseProcessingFailedException extends AxonNonTransientException
| Constructor and Description | 
|---|
CommandResponseProcessingFailedException(String message)
Initializes the exception using the given  
message. | 
CommandResponseProcessingFailedException(String message,
                                        Throwable cause)
Initializes the exception using the given  
message and cause. | 
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandResponseProcessingFailedException(String message)
message.message - The message describing the exceptionCopyright © 2010–2018. All rights reserved.