Class ShutdownException

All Implemented Interfaces:
Serializable

public class ShutdownException extends RuntimeException
Custom exception for graceful shutdown of the application.
See Also:
Serialized Form
  • Constructor Details

    • ShutdownException

      public ShutdownException()
    • ShutdownException

      public ShutdownException(String message)