Class InterruptedException

All Implemented Interfaces:
Serializable

public class InterruptedException extends CAKEException
See Also:
  • Field Details

  • Constructor Details

    • InterruptedException

      public InterruptedException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • InterruptedException

      public InterruptedException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.