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:
java.io.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(java.lang.String message)
Create the exception.HessianMethodSerializationException(java.lang.String message, java.lang.Throwable cause)
Create the exception.HessianMethodSerializationException(java.lang.Throwable cause)
Create the exception.
-
-
-
Constructor Detail
-
HessianMethodSerializationException
public HessianMethodSerializationException()
Zero-arg constructor.
-
HessianMethodSerializationException
public HessianMethodSerializationException(java.lang.String message)
Create the exception.
-
HessianMethodSerializationException
public HessianMethodSerializationException(java.lang.String message, java.lang.Throwable cause)
Create the exception.
-
HessianMethodSerializationException
public HessianMethodSerializationException(java.lang.Throwable cause)
Create the exception.
-
-