Package oracle.nosql.driver
Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- oracle.nosql.driver.NoSQLException
-
- oracle.nosql.driver.ResourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IndexNotFoundException
,TableNotFoundException
public class ResourceNotFoundException extends NoSQLException
The operation attempted to access a resource that does not exist or is not in a visible state.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class oracle.nosql.driver.NoSQLException
okToRetry
-
-