com.google.gwt.rpc.client.impl
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.gwt.rpc.client.impl.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends java.lang.RuntimeException

A wrapper exception type indicating that the remote end threw an exception over the wire.

See Also:
Serialized Form

Constructor Summary
RemoteException()
           
RemoteException(java.lang.String msg, java.lang.Throwable cause)
           
RemoteException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException()

RemoteException

public RemoteException(java.lang.String msg,
                       java.lang.Throwable cause)

RemoteException

public RemoteException(java.lang.Throwable cause)