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:
java.io.Serializable
public class HessianFieldException extends HessianProtocolException
Exception during field reading.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianFieldException()
Zero-arg constructor.HessianFieldException(java.lang.String message)
Create the exception.HessianFieldException(java.lang.String message, java.lang.Throwable cause)
Create the exception.HessianFieldException(java.lang.Throwable cause)
Create the exception.
-
Method Summary
-
Methods inherited from class com.caucho.hessian.io.HessianProtocolException
getCause, getRootCause
-
-
-
-
Constructor Detail
-
HessianFieldException
public HessianFieldException()
Zero-arg constructor.
-
HessianFieldException
public HessianFieldException(java.lang.String message)
Create the exception.
-
HessianFieldException
public HessianFieldException(java.lang.String message, java.lang.Throwable cause)
Create the exception.
-
HessianFieldException
public HessianFieldException(java.lang.Throwable cause)
Create the exception.
-
-