org.exist.backup
Class ErrorReport.CollectionError

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

public static class ErrorReport.CollectionError
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, DOM_INDEX, ERRCODES, INCORRECT_NODE_ID, INCORRECT_NODE_TYPE, NODE_HIERARCHY, RESOURCE_ACCESS_FAILED
 
Constructor Summary
ErrorReport.CollectionError(int code, String message)
           
ErrorReport.CollectionError(int code, String message, Throwable exception)
           
 
Method Summary
 int getCollectionId()
           
 XmldbURI getCollectionURI()
           
 void setCollectionId(int collectionId)
           
 void setCollectionURI(XmldbURI collectionURI)
           
 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.CollectionError

public ErrorReport.CollectionError(int code,
                                   String message)

ErrorReport.CollectionError

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

getCollectionId

public int getCollectionId()

setCollectionId

public void setCollectionId(int collectionId)

setCollectionURI

public void setCollectionURI(XmldbURI collectionURI)

getCollectionURI

public XmldbURI getCollectionURI()

toString

public String toString()
Overrides:
toString in class ErrorReport


Copyright (C) Wolfgang Meier. All rights reserved.