Package org.openntf.domino

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


  public void fillExceptionDetails(final List<ExceptionDetails.Entry> result) {
    Database myDB = getAncestor();
    String repId = "";

    if (myDB != null) {
      myDB.fillExceptionDetails(result);
      repId = "ReplicaID:" + myDB.getReplicaID() + ", ";
    }
    String myDetail = repId + "UNID:" + unid_ + ", NoteID:" + noteid_;

    try {
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.