Class SecurityInfoNotReadyException
Cloud Service only. The exception that is thrown when security
information is not ready in the system.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class SecurityInfoNotReadyException : RetryableException
Remarks
This exception will occur as the system acquires security information
and must be retried in order for authorization to work properly. It
is automatically retried by NoSQLRetryHandler.
Constructors
| Name | Description |
|---|---|
| SecurityInfoNotReadyException() | Initializes a new instance of SecurityInfoNotReadyException. |
| SecurityInfoNotReadyException(String) | Initializes a new instance of SecurityInfoNotReadyException with the message that describes the current exception. |
| SecurityInfoNotReadyException(String, Exception) | Initializes a new instance of SecurityInfoNotReadyException with the message that describes the current exception and an inner exception. |