Package | Description |
---|---|
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
Modifier and Type | Method and Description |
---|---|
static RemoteExceptionDescription |
RemoteExceptionDescription.describing(Throwable exception)
|
Constructor and Description |
---|
RemoteHandlingException(RemoteExceptionDescription exceptionDescription)
Initializes the exception using the given
exceptionDescription describing the remote cause-chain. |
RemoteHandlingException(RemoteExceptionDescription exceptionDescription,
boolean writableStackTrace)
Initializes the exception using the given
exceptionDescription and writableStackTrace . |
RemoteNonTransientHandlingException(RemoteExceptionDescription exceptionDescription)
Initializes the exception using the given
exceptionDescription describing the remote cause-chain. |
Copyright © 2010–2023. All rights reserved.