public class AtutalasException extends Exception {
  public AtutalasException( String mes ){ super(mes); }
}

