Package com.caucho.hessian.io
Class HessianFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.hessian.io.HessianProtocolException
com.caucho.hessian.io.HessianFieldException
- All Implemented Interfaces:
Serializable
Exception during field reading.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.HessianFieldException
(String message) Create the exception.HessianFieldException
(String message, Throwable cause) Create the exception.HessianFieldException
(Throwable cause) Create the exception. -
Method Summary
Methods inherited from class com.caucho.hessian.io.HessianProtocolException
getCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HessianFieldException
public HessianFieldException()Zero-arg constructor. -
HessianFieldException
Create the exception. -
HessianFieldException
Create the exception. -
HessianFieldException
Create the exception.
-