MCPcopy Create free account
hub / github.com/Mahavishnu-06/BankingSystem / AccountNotFoundException

Class AccountNotFoundException

Insufficientexception.java:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12}
13class AccountNotFoundException extends Exception{
14 AccountNotFoundException(String msg){
15 super(msg);
16 }
17}
18class InvalidPinException extends Exception{
19 InvalidPinException(String msg){
20 super(msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected