AccountSecurityException

 

AccountSecurityException.java defines a catchable exception class for use with bank account classes and is used to indicate a Pin did not match or some other security violation has occured. This class extends AccountException.

 

public AccountSecurityException (String reason)

Constructor for the exception

Recieves: As string with the reason for the exception.

Postcondition: The exception has been constructed.

 


Back to the package documentation index


Back to the Introduction


Copyright 2000 by Prentice Hall. All rights reserved.