Package com.opencqrs.framework
Class CqrsFrameworkException.NonTransientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.framework.CqrsFrameworkException
com.opencqrs.framework.CqrsFrameworkException.NonTransientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandSubjectConditionViolatedException
,EventTypeResolutionException
- Enclosing class:
CqrsFrameworkException
public static non-sealed class CqrsFrameworkException.NonTransientException
extends CqrsFrameworkException
Exception class representing non-recoveralbe errors.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.opencqrs.framework.CqrsFrameworkException
CqrsFrameworkException.NonTransientException, CqrsFrameworkException.TransientException
-
Constructor Summary
ConstructorsConstructorDescriptionNonTransientException
(String message) NonTransientException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonTransientException
-
NonTransientException
-