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