net.kwfgrid.gwes.client
Class DatabaseException

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

public class DatabaseException
extends Exception

See Also:
Serialized Form

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

DatabaseException

public DatabaseException()

DatabaseException

public DatabaseException(String s)

DatabaseException

public DatabaseException(String s,
                         Throwable ex)

DatabaseException

public DatabaseException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.DatabaseExceptionE msg)

getFaultMessage

public GWESStub.DatabaseExceptionE getFaultMessage()


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