CompteInexistantException.java 174 Bytes Edit Raw Blame History 1 2 3 4 5 public class CompteInexistantException extends Exception{ public CompteInexistantException(){ System.out.println("Compte inexistant"); } }