Package com.caucho.hessian
Class HessianException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.HessianException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HessianConnectionException
,HessianMethodSerializationException
Base runtime exception for Hessian exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.HessianException
(String message) Create the exception.HessianException
(String message, Throwable rootCause) Create the exception.HessianException
(Throwable rootCause) Create the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HessianException
public HessianException()Zero-arg constructor. -
HessianException
Create the exception. -
HessianException
Create the exception. -
HessianException
Create the exception.
-