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

Class Insufficientexception

Insufficientexception.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package BankingSystem;
2
3public class Insufficientexception extends Exception{
4 Insufficientexception(String message){
5 super(message);
6 }
7}
8class Accountalreadyexception extends Exception{
9 Accountalreadyexception(String message){
10 super(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected