Class ProtocolException

All Implemented Interfaces:
Serializable

public class ProtocolException extends RuntimeException
Used when we need to indicate failure but the (Servlet) API doesn't declare any appropriate exceptions.
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException()
    • ProtocolException

      public ProtocolException(String message, Throwable cause)
    • ProtocolException

      public ProtocolException(String message)
    • ProtocolException

      public ProtocolException(Throwable cause)