org.axonframework.eventstore
Class EventStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.eventstore.EventStoreException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EventStreamNotFoundException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 exceptioncause
- the original cause of this exception
Copyright © 2010-2016. All Rights Reserved.