net.kwfgrid.gwes.client
Class LoggingException

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

public class LoggingException
extends Exception

See Also:
Serialized Form

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

LoggingException

public LoggingException()

LoggingException

public LoggingException(String s)

LoggingException

public LoggingException(String s,
                        Throwable ex)

LoggingException

public LoggingException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.LoggingExceptionE msg)

getFaultMessage

public GWESStub.LoggingExceptionE getFaultMessage()


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