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
public class HessianException extends RuntimeException
Base runtime exception for Hessian exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianException()Zero-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 Detail
-
HessianException
public HessianException()
Zero-arg constructor.
-
HessianException
public HessianException(String message)
Create the exception.
-
HessianException
public HessianException(String message, Throwable rootCause)
Create the exception.
-
HessianException
public HessianException(Throwable rootCause)
Create the exception.
-
-