Class ShuttingDownException

All Implemented Interfaces:
Serializable

public class ShuttingDownException extends CentralDogmaException
A CentralDogmaException that is raised when Central Dogma cannot handle a request because it's shutting down.
See Also:
  • Constructor Details

    • ShuttingDownException

      public ShuttingDownException()
      Creates a new instance.
    • ShuttingDownException

      public ShuttingDownException(String message)
      Creates a new instance.
    • ShuttingDownException

      public ShuttingDownException(Throwable cause)
      Creates a new instance.
    • ShuttingDownException

      public ShuttingDownException(String message, Throwable cause)
      Creates a new instance.
    • ShuttingDownException

      public ShuttingDownException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable
    • ShuttingDownException

      protected ShuttingDownException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.