|
|||||||||
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.google.gwt.user.client.rpc.SerializableException
public class SerializableException
Superclass for exceptions thrown from RPC methods (those appearing in
interfaces derived from RemoteService
).
Constructor Summary | |
---|---|
SerializableException()
The default constructor. |
|
SerializableException(java.lang.String msg)
Constructs a serializable exception with the specified message. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Exception chaining is not currently supported for serialized exceptions. |
java.lang.String |
getMessage()
|
java.lang.Throwable |
initCause(java.lang.Throwable cause)
No effect; exception chaining is not currently supported for serialized exceptions. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, 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 SerializableException()
public SerializableException(java.lang.String msg)
Method Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
null
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable initCause(java.lang.Throwable cause)
initCause
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |