org.axonframework.saga
Class SagaStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonTransientException
org.axonframework.saga.SagaStorageException
- All Implemented Interfaces:
- Serializable
public class SagaStorageException
- extends AxonTransientException
Exception indicating that an error has occurred while storing a Saga.
- Since:
- 0.7
- 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 |
SagaStorageException
public SagaStorageException(String message)
- Initialize a SagaStorageException with the given descriptive
message
.
- Parameters:
message
- The message describing the error.
SagaStorageException
public SagaStorageException(String message,
Throwable cause)
- Initialize a SagaStorageException with the given descriptive
message
and cause
.
- Parameters:
message
- The message describing the error.cause
- The cause of the error.
Copyright © 2010-2016. All Rights Reserved.