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