public class EventStoreException extends AxonNonTransientException
| Constructor and Description | 
|---|
EventStoreException(String message)
Initialize the exception with the given  
message. | 
EventStoreException(String message,
                   Throwable cause)
Initialize the exception with the given  
message and cause | 
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventStoreException(String message)
message.message - a detailed message of the cause of the exceptionCopyright © 2010–2018. All rights reserved.