|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.alipay.remoting.exception.RemotingException
com.alipay.remoting.exception.CodecException
com.alipay.remoting.exception.SerializationException
public class SerializationException
Exception when serialize failed
| Constructor Summary | |
|---|---|
SerializationException()
Constructor. |
|
SerializationException(String message)
Constructor. |
|
SerializationException(String message,
boolean serverSide)
Constructor. |
|
SerializationException(String message,
Throwable cause)
Constructor. |
|
SerializationException(String message,
Throwable cause,
boolean serverSide)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
isServerSide()
Getter method for property serverSide. |
| 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 SerializationException()
public SerializationException(String message)
public SerializationException(String message,
boolean serverSide)
public SerializationException(String message,
Throwable cause)
public SerializationException(String message,
Throwable cause,
boolean serverSide)
| Method Detail |
|---|
public boolean isServerSide()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||