Package com.opencqrs.framework
Class CqrsFrameworkException.TransientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.framework.CqrsFrameworkException
com.opencqrs.framework.CqrsFrameworkException.TransientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientInterruptedException
,ConcurrencyException
- Enclosing class:
CqrsFrameworkException
public static non-sealed class CqrsFrameworkException.TransientException
extends CqrsFrameworkException
Exception class representing potentially recoverable errors, such as communication or concurrency errors.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.opencqrs.framework.CqrsFrameworkException
CqrsFrameworkException.NonTransientException, CqrsFrameworkException.TransientException
-
Constructor Summary
ConstructorsConstructorDescriptionTransientException
(String message) TransientException
(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
-
TransientException
-
TransientException
-