org.axonframework.commandhandling.distributed.jgroups
Class CommandResponseProcessingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.commandhandling.distributed.jgroups.CommandResponseProcessingFailedException
- All Implemented Interfaces:
- Serializable
public class CommandResponseProcessingFailedException
- extends AxonNonTransientException
Exception indicating that a failure occurred during processing of a command response. Typically this would imply an
command response or exception message that could not be serialized.
Typically, this exception indicates a non-transient exception.
- Since:
- 2.4.2
- Author:
- Srideep Prasad
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandResponseProcessingFailedException
public CommandResponseProcessingFailedException(String message)
- Initializes the exception using the given
message
.
- Parameters:
message
- The message describing the exception
CommandResponseProcessingFailedException
public CommandResponseProcessingFailedException(String message,
Throwable cause)
- Initializes the exception using the given
message
and cause
.
- Parameters:
message
- The message describing the exceptioncause
- The underlying cause of the exception
Copyright © 2010-2016. All Rights Reserved.