All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.util.AccountNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----bank.util.NotFoundException
                           |
                           +----bank.util.AccountNotFoundException

public class AccountNotFoundException
extends NotFoundException
銀行口座が見つからない場合の例外をあらわす


Constructor Index

 o AccountNotFoundException()
 o AccountNotFoundException(String)

Constructors

 o AccountNotFoundException
 public AccountNotFoundException()
 o AccountNotFoundException
 public AccountNotFoundException(String errorMessage)

All Packages  Class Hierarchy  This Package  Previous  Next  Index