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
public class HessianMethodSerializationException extends HessianException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianMethodSerializationException()Zero-arg constructor.HessianMethodSerializationException(String message)Create the exception.HessianMethodSerializationException(String message, Throwable cause)Create the exception.HessianMethodSerializationException(Throwable cause)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
-
HessianMethodSerializationException
public HessianMethodSerializationException()
Zero-arg constructor.
-
HessianMethodSerializationException
public HessianMethodSerializationException(String message)
Create the exception.
-
HessianMethodSerializationException
public HessianMethodSerializationException(String message, Throwable cause)
Create the exception.
-
HessianMethodSerializationException
public HessianMethodSerializationException(Throwable cause)
Create the exception.
-
-