package edu.temple.cis.mysepta.myclass; public class MySeptaException extends Exception { private static final long serialVersionUID = 1L; public MySeptaException(){ super();} public MySeptaException(String msg){ super(msg);} }