org.cafesip.gwtcomp.server
Class GWTComponentsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cafesip.gwtcomp.server.GWTComponentsException
All Implemented Interfaces:
Serializable

public class GWTComponentsException
extends RuntimeException

Author:
Amit Chatterjee
See Also:
Serialized Form

Constructor Summary
GWTComponentsException()
          A constructor for this class.
GWTComponentsException(String arg0)
          A constructor for this class.
GWTComponentsException(String arg0, Throwable arg1)
          A constructor for this class.
GWTComponentsException(Throwable arg0)
          A constructor for this class.
 
Method Summary
 
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

GWTComponentsException

public GWTComponentsException()
A constructor for this class.


GWTComponentsException

public GWTComponentsException(String arg0,
                              Throwable arg1)
A constructor for this class.

Parameters:
arg0 -
arg1 -

GWTComponentsException

public GWTComponentsException(String arg0)
A constructor for this class.

Parameters:
arg0 -

GWTComponentsException

public GWTComponentsException(Throwable arg0)
A constructor for this class.

Parameters:
arg0 -


Copyright © 2010 Cafesip.org. All Rights Reserved.