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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.