net.kwfgrid.gwes.client
Class GWESException

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

public class GWESException
extends Exception

See Also:
Serialized Form

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

GWESException

public GWESException()

GWESException

public GWESException(String s)

GWESException

public GWESException(String s,
                     Throwable ex)

GWESException

public GWESException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.GWESExceptionE msg)

getFaultMessage

public GWESStub.GWESExceptionE getFaultMessage()


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