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 . |
AxonException(String message,
Throwable cause,
boolean writableStackTrace)
Initializes the exception using the given
message , cause and writableStackTrace . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AxonException(String message)
message
.message
- The message describing the exceptionpublic AxonException(String message, Throwable cause)
message
and cause
.message
- The message describing the exceptioncause
- The underlying cause of the exceptionpublic AxonException(String message, Throwable cause, boolean writableStackTrace)
message
, cause
and writableStackTrace
.message
- The message describing the exceptioncause
- The underlying cause of the exceptionwritableStackTrace
- Whether the stack trace should be generated (true
) or not (false
)Copyright © 2010–2023. All rights reserved.