Class EventStoreException

All Implemented Interfaces:
Serializable

public class EventStoreException extends AxonNonTransientException
Indicates that the given events stream could not be stored or read due to an underlying exception.
Since:
0.1
Author:
Allard Buijze
See Also:
  • Constructor Details

    • EventStoreException

      public EventStoreException(String message)
      Initialize the exception with the given message.
      Parameters:
      message - a detailed message of the cause of the exception
    • EventStoreException

      public EventStoreException(String message, Throwable cause)
      Initialize the exception with the given message and cause
      Parameters:
      message - a detailed message of the cause of the exception
      cause - the original cause of this exception