org.gwe.api.exceptions
Class GWEDomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gwe.api.exceptions.GWEDomainException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistentUserException, AuthenticationException, IdentifierNotSpecifiedException, RecordNotFoundException

public class GWEDomainException
extends java.lang.Exception

Since:
Oct 5, 2007
Author:
Marco Ruiz
See Also:
Serialized Form

Constructor Summary
GWEDomainException()
           
GWEDomainException(java.lang.String msg)
           
GWEDomainException(java.lang.String msg, java.lang.Throwable e)
           
GWEDomainException(java.lang.Throwable e)
           
 
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

GWEDomainException

public GWEDomainException()

GWEDomainException

public GWEDomainException(java.lang.String msg,
                          java.lang.Throwable e)

GWEDomainException

public GWEDomainException(java.lang.String msg)

GWEDomainException

public GWEDomainException(java.lang.Throwable e)


Copyright © 2007-2009. All Rights Reserved.