org.exist.backup
Class ErrorReport.ResourceError

java.lang.Object
  extended by org.exist.backup.ErrorReport
      extended by org.exist.backup.ErrorReport.ResourceError
Enclosing class:
ErrorReport

public static class ErrorReport.ResourceError
extends ErrorReport


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exist.backup.ErrorReport
ErrorReport.CollectionError, ErrorReport.IndexError, ErrorReport.ResourceError
 
Field Summary
 
Fields inherited from class org.exist.backup.ErrorReport
ACCESS_FAILED, CHILD_COLLECTION, CONFIGURATION_FAILD, DOM_INDEX, ERRCODES, INCORRECT_NODE_ID, INCORRECT_NODE_TYPE, NODE_HIERARCHY, RESOURCE_ACCESS_FAILED
 
Constructor Summary
ErrorReport.ResourceError(int code, String message)
           
ErrorReport.ResourceError(int code, String message, Throwable exception)
           
 
Method Summary
 int getDocumentId()
           
 void setDocumentId(int documentId)
           
 String toString()
           
 
Methods inherited from class org.exist.backup.ErrorReport
getErrcode, getErrcodeString, getException, getMessage, setException, setMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorReport.ResourceError

public ErrorReport.ResourceError(int code,
                                 String message)

ErrorReport.ResourceError

public ErrorReport.ResourceError(int code,
                                 String message,
                                 Throwable exception)
Method Detail

getDocumentId

public int getDocumentId()

setDocumentId

public void setDocumentId(int documentId)

toString

public String toString()
Overrides:
toString in class ErrorReport


Copyright (C) Wolfgang Meier. All rights reserved.