Class ShutdownInProgressException

All Implemented Interfaces:
Serializable

public class ShutdownInProgressException extends AxonNonTransientException
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 Details

    • ShutdownInProgressException

      public ShutdownInProgressException()
      Construct this exception with the default message "Cannot start the activity, shutdown in progress".
    • ShutdownInProgressException

      public ShutdownInProgressException(String message)
      Constructs this exception with given message explaining the cause.
      Parameters:
      message - The message explaining the cause