Package pygar.documents
Class DocumentStoreNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
pygar.documents.DocumentStoreNotFound
- All Implemented Interfaces:
java.io.Serializable
public class DocumentStoreNotFound
extends java.lang.Exception
This exception is thrown by any method that expects to find a document Store
but fails to find it.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentStoreNotFound(int sessionid, java.lang.String store_location, java.lang.String dtype)
This exception is thrown by any method that expects to find a document Store but fails to find it. -
Method Summary
-
Constructor Details
-
DocumentStoreNotFound
public DocumentStoreNotFound(int sessionid, java.lang.String store_location, java.lang.String dtype)This exception is thrown by any method that expects to find a document Store but fails to find it.- Parameters:
sessionid
- The session of the document sought when the exception occurred.store_location
- The location of the document sought when the exception occurred.
-