public class ShutdownInProgressException extends AxonNonTransientException
ShutdownLatch
,
Serialized FormConstructor and Description |
---|
ShutdownInProgressException()
Construct this exception with the default message
"Cannot start the activity, shutdown in progress" . |
ShutdownInProgressException(String message)
Constructs this exception with given
message explaining the cause. |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ShutdownInProgressException()
"Cannot start the activity, shutdown in progress"
.public ShutdownInProgressException(String message)
message
explaining the cause.message
- The message explaining the causeCopyright © 2010–2020. All rights reserved.