net.kwfgrid.gwes.client
Class InterruptedException

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

public class InterruptedException
extends Exception

See Also:
Serialized Form

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

InterruptedException

public InterruptedException()

InterruptedException

public InterruptedException(String s)

InterruptedException

public InterruptedException(String s,
                            Throwable ex)

InterruptedException

public InterruptedException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.InterruptedException msg)

getFaultMessage

public GWESStub.InterruptedException getFaultMessage()


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