Class RemoteTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.RemoteTransportException
- All Implemented Interfaces:
Serializable
Thrown when the service reports a server-side
FaultException that
appears to have originated from a remote networking/transport failure
between service components.
This exception is intentionally not retried by the Java SDK's internal retry handler. Application code may choose to retry, using the following guidance:
- Idempotent operations: it is generally safe to retry.
- Non-idempotent operations: first perform a read to determine whether the operation may have already succeeded, and then retry only if necessary.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NoSQLException
okToRetryMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteTransportException
-
RemoteTransportException
-