All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.util.NotFoundException

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

public class NotFoundException
extends Exception
対象となる何からのエンティティが見つからない場合の一般的な例外をあらわす


Constructor Index

 o NotFoundException()
 o NotFoundException(String)

Constructors

 o NotFoundException
 public NotFoundException()
 o NotFoundException
 public NotFoundException(String errorMessage)

All Packages  Class Hierarchy  This Package  Previous  Next  Index