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
public class HessianFieldException extends HessianProtocolException
Exception during field reading.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianFieldException()Zero-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 Detail
-
HessianFieldException
public HessianFieldException()
Zero-arg constructor.
-
HessianFieldException
public HessianFieldException(String message)
Create the exception.
-
HessianFieldException
public HessianFieldException(String message, Throwable cause)
Create the exception.
-
HessianFieldException
public HessianFieldException(Throwable cause)
Create the exception.
-
-