Class ProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smallmind.web.reverse.http1_1.ProtocolException
-
- All Implemented Interfaces:
Serializable
public class ProtocolException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolException(CannedResponse cannedResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CannedResponsegetCannedResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProtocolException
public ProtocolException(CannedResponse cannedResponse)
-
-
Method Detail
-
getCannedResponse
public CannedResponse getCannedResponse()
-
-