public class RemoteHandlingException extends AxonException
writableStackTrace
parameter.
The sender of the message cannot assume that the message has not been handled. It may, if the type
of message or the infrastructure allows it, try to dispatch the message again.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 . |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExceptionDescriptions()
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteHandlingException(RemoteExceptionDescription exceptionDescription)
exceptionDescription
describing the remote cause-chain.exceptionDescription
- a String
describing the remote exceptionspublic RemoteHandlingException(RemoteExceptionDescription exceptionDescription, boolean writableStackTrace)
exceptionDescription
and writableStackTrace
.exceptionDescription
- a String
describing the remote exceptionswritableStackTrace
- whether the stack trace should be generated (true
) or not (false
)Copyright © 2010–2023. All rights reserved.