net.kwfgrid.gwes.client
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.kwfgrid.gwes.client.RemoteException
All Implemented Interfaces:
Serializable

public class RemoteException
extends Exception

See Also:
Serialized Form

Constructor Summary
RemoteException()
           
RemoteException(String s)
           
RemoteException(String s, Throwable ex)
           
RemoteException(Throwable cause)
           
 
Method Summary
 GWESStub.RemoteExceptionE getFaultMessage()
           
 void setFaultMessage(GWESStub.RemoteExceptionE msg)
           
 
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

RemoteException

public RemoteException()

RemoteException

public RemoteException(String s)

RemoteException

public RemoteException(String s,
                       Throwable ex)

RemoteException

public RemoteException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.RemoteExceptionE msg)

getFaultMessage

public GWESStub.RemoteExceptionE getFaultMessage()


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.