public class RemoteHandlingException extends AxonException
Constructor and Description |
---|
RemoteHandlingException(RemoteExceptionDescription exceptionDescription)
Initializes the exception using the given
exceptionDescription describing the remote cause-chain. |
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 exceptionsCopyright © 2010–2019. All rights reserved.