Package com.caucho.hessian.io
Class HessianMethodSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.HessianException
com.caucho.hessian.io.HessianMethodSerializationException
- All Implemented Interfaces:
Serializable
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroHessianInput.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.Create the exception.HessianMethodSerializationException
(String message, Throwable cause) Create the exception.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
-
HessianMethodSerializationException
public HessianMethodSerializationException()Zero-arg constructor. -
HessianMethodSerializationException
Create the exception. -
HessianMethodSerializationException
Create the exception. -
HessianMethodSerializationException
Create the exception.
-