public class NotJokerException extends RuntimeException{ public NotJokerException(){ super("Not Joker"); } }