public void accept(UserExceptionVisitor visitor) throws PersistenceException { visitor.handleMinLimitHigherMaxLimitException(this); }
public void accept(UserExceptionVisitor visitor) throws PersistenceException { visitor.handleDeletedException(this); }