public class ResetNotSupportedException extends AxonNonTransientException
Constructor and Description |
---|
ResetNotSupportedException(String message)
Initialize the exception with given
message |
ResetNotSupportedException(String message,
Throwable cause)
Initialize the exception with given
message and cause . |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResetNotSupportedException(String message)
message
message
- a message describing the cause of the exceptionCopyright © 2010–2020. All rights reserved.