Package org.axonframework.messaging.core
Class RemoteNonTransientHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.messaging.core.RemoteNonTransientHandlingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AxonServerNonTransientRemoteCommandHandlingException,AxonServerNonTransientRemoteQueryHandlingException
Exception indicating that a non transient error has occurred while remotely handling a message.
The sender of the message cannot assume that the message has not been handled.
- Since:
- 4.5
- Author:
- Stefan Andjelkovic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteNonTransientHandlingException(RemoteExceptionDescription exceptionDescription) Initializes the exception using the givenexceptionDescriptiondescribing the remote cause-chain. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOfMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteNonTransientHandlingException
Initializes the exception using the givenexceptionDescriptiondescribing the remote cause-chain.- Parameters:
exceptionDescription- aStringdescribing the remote exceptions
-
-
Method Details