Class AccountAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jk.webstack.services.account.AccountAlreadyExistsException
All Implemented Interfaces:
Serializable

public class AccountAlreadyExistsException extends Exception
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 Details

    • AccountAlreadyExistsException

      public AccountAlreadyExistsException()