import java.io.Serializable; class AgendaException extends Exception implements Serializable { public AgendaException(String m) { super(m); } }