public abstract class AxonException extends RuntimeException
Constructor and Description |
---|
AxonException(String message)
Initializes the exception using the given
message . |
AxonException(String message,
Throwable cause)
Initializes the exception using the given
message and cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AxonException(String message)
message
.message
- The message describing the exceptionCopyright © 2010–2020. All rights reserved.