Class HttpInterruptedException

All Implemented Interfaces:
Serializable

public class HttpInterruptedException extends HttpRuntimeException
Author:
Leonard Woo
See Also:
  • Constructor Details

    • HttpInterruptedException

      public HttpInterruptedException()
      Default Exception
    • HttpInterruptedException

      public HttpInterruptedException(String message)
      Exception with message
      Parameters:
      message - message
    • HttpInterruptedException

      public HttpInterruptedException(InterruptedException cause)
      Exception with Throwable
      Parameters:
      cause - exception
    • HttpInterruptedException

      public HttpInterruptedException(String message, InterruptedException cause)
      Exception with message and Throwable
      Parameters:
      message - message
      cause - interrupted exception