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. | 
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResetNotSupportedException(String message)
messagemessage - a message describing the cause of the exceptionCopyright © 2010–2018. All rights reserved.