Package com.jk.webstack.services.account
Class AccountAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jk.webstack.services.account.AccountAlreadyExistsException
- All Implemented Interfaces:
 Serializable
This class represents exception thrown to indicate that an account already
 exists.
 
 This exception is a subclass of Exception.
 
This class should be used to represent situations where it is attempted to create an account that already exists.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AccountAlreadyExistsException
public AccountAlreadyExistsException() 
 -