Package bank.exceptions
Class DuplicateClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
bank.exceptions.AccountHolderException
bank.exceptions.DuplicateClientException
- All Implemented Interfaces:
Serializable
This exception represents a duplicate holder problem.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bank.exceptions.AccountHolderException
getHolderName, getIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateClientException
- Parameters:
id-name-
-