package untitled3; // Create SSNCharacterException class public class SSNCharacterException extends exception { public SSNCharacterException(/*Some parameters here*/) { super(); // Calls Exception constructor /* Show what she or he just entered, told why it is inappropriate, and asked to reenter the data */ } }