anon.pay
Class PayAccountsFile.AccountAlreadyExistingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anon.pay.PayAccountsFile.AccountAlreadyExistingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PayAccountsFile

public static class PayAccountsFile.AccountAlreadyExistingException
extends java.lang.Exception

Thrown if an account with same account number was already existing when trying to add it.

See Also:
Serialized Form

Constructor Summary
PayAccountsFile.AccountAlreadyExistingException()
           
 
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

PayAccountsFile.AccountAlreadyExistingException

public PayAccountsFile.AccountAlreadyExistingException()