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 |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EventStoreException(String message)
message
.message
- a detailed message of the cause of the exceptionCopyright © 2010–2020. All rights reserved.