Package com.caucho.hessian.io
Class HessianProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.hessian.io.HessianProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BurlapProtocolException
,HessianFieldException
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroHessianInput.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.HessianProtocolException
(String message) Create the exception.HessianProtocolException
(String message, Throwable rootCause) Create the exception.HessianProtocolException
(Throwable rootCause) Create the exception. -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the underlying cause.Returns the underlying cause.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HessianProtocolException
public HessianProtocolException()Zero-arg constructor. -
HessianProtocolException
Create the exception. -
HessianProtocolException
Create the exception. -
HessianProtocolException
Create the exception.
-
-
Method Details