Class CommandBusConnectorCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonTransientException
org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
- All Implemented Interfaces:
Serializable
Exception thrown when the CommandBusConnector has a communication failure
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes the CommandBusConnectorCommunicationExceptionCommandBusConnectorCommunicationException(String message, Throwable cause) Initializes the CommandBusConnectorCommunicationException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandBusConnectorCommunicationException
Initializes the CommandBusConnectorCommunicationException- Parameters:
message- The message of the exception
-
CommandBusConnectorCommunicationException
Initializes the CommandBusConnectorCommunicationException- Parameters:
message- The message of the exceptioncause- The cause of this exception
-