Class ShutdownInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.common.lifecycle.ShutdownInProgressException
- All Implemented Interfaces:
Serializable
Exception indicating a process tried to register an activity whilst the application is shutting down.
- Since:
- 4.3
- Author:
- Steven van Beelen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct this exception with the default message"Cannot start the activity, shutdown in progress".ShutdownInProgressException(String message) Constructs this exception with givenmessageexplaining the cause. -
Method Summary
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOfMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShutdownInProgressException
public ShutdownInProgressException()Construct this exception with the default message"Cannot start the activity, shutdown in progress". -
ShutdownInProgressException
Constructs this exception with givenmessageexplaining the cause.- Parameters:
message- The message explaining the cause
-