org.axonframework.saga
Class NoSuchSagaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.util.AxonException
org.axonframework.util.AxonNonTransientException
org.axonframework.saga.NoSuchSagaException
- All Implemented Interfaces:
- Serializable
public class NoSuchSagaException
- extends AxonNonTransientException
Exception indicating that the specified Saga could not be found.
- Since:
- 0.7
- Author:
- Allard Buijze
- See Also:
- Serialized Form
|
Constructor Summary |
NoSuchSagaException(Class<?> type,
String sagaIdentifier)
Initializes a NoSuchSagaException, indicating that a saga of given type and
sagaIdentifier could not be found. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchSagaException
public NoSuchSagaException(Class<?> type,
String sagaIdentifier)
- Initializes a NoSuchSagaException, indicating that a saga of given
type and
sagaIdentifier could not be found.
- Parameters:
type - The type of Saga that was not foundsagaIdentifier - The identifier of the Saga that could not be found
Copyright © 2011. All Rights Reserved.