Class GracefulShutdownException

All Implemented Interfaces:
Serializable

public final class GracefulShutdownException extends LoomException
Thrown when a component or phase cannot complete a graceful shutdown safely.
Since:
1.0
See Also:
  • Constructor Details

    • GracefulShutdownException

      public GracefulShutdownException(String message)
      Creates a new GracefulShutdownException with the given message.
      Parameters:
      message - the error message
    • GracefulShutdownException

      public GracefulShutdownException(String message, @Nullable Throwable cause)
      Creates a new GracefulShutdownException with the given message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause