Package oracle.nosql.driver
Class SystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- oracle.nosql.driver.NoSQLException
-
- oracle.nosql.driver.RetryableException
-
- oracle.nosql.driver.SystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class SystemException extends RetryableException
An exception that is thrown when there is an internal system problem. Most system problems are temporary, so this is a retryable exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class oracle.nosql.driver.RetryableException
okToRetry
-
-