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
対象となる何からのエンティティが見つからない場合の一般的な例外をあらわす
-
NotFoundException()
-
-
NotFoundException(String)
-
NotFoundException
public NotFoundException()
NotFoundException
public NotFoundException(String errorMessage)
All Packages Class Hierarchy This Package Previous Next Index