com.autonomy.aci.exceptions
Class DataStoreNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.IDOLException
                  extended bycom.autonomy.aci.exceptions.DataStoreNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DataStoreNotFoundException
extends IDOLException

Indicates that the server could not process the request as the data IDOL was not available.

See Also:
Serialized Form

Constructor Summary
DataStoreNotFoundException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataStoreNotFoundException

public DataStoreNotFoundException()