|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.HessianException
com.caucho.hessian.io.HessianMethodSerializationException
public class HessianMethodSerializationException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HessianMethodSerializationException()
public HessianMethodSerializationException(java.lang.String message)
public HessianMethodSerializationException(java.lang.String message, java.lang.Throwable cause)
public HessianMethodSerializationException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |