Package org.openntf.domino

Examples of org.openntf.domino.Session.fillExceptionDetails()


  @Override
  public void fillExceptionDetails(final List<ExceptionDetails.Entry> result) {
    Session mySess = getParent();
    if (mySess != null)
      mySess.fillExceptionDetails(result);
    result.add(new ExceptionDetails.Entry(this, getApiPath()));
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.