anon.pay
Class PayAccountsFile.AccountAlreadyExisting

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

public static class PayAccountsFile.AccountAlreadyExisting
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.AccountAlreadyExisting()
           
 
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.AccountAlreadyExisting

public PayAccountsFile.AccountAlreadyExisting()