Package org.apache.coyote
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.coyote.ProtocolException
- All Implemented Interfaces:
Serializable
Used when we need to indicate failure but the (Servlet) API doesn't declare any appropriate exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionProtocolException
(String message) ProtocolException
(String message, Throwable cause) ProtocolException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolException
public ProtocolException() -
ProtocolException
-
ProtocolException
-
ProtocolException
-