Class ServerException
The exception that indicates an internal service problem.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class ServerException : RetryableException
Remarks
Most system problems are temporary, so this is a retryable exception.
Constructors
| Name | Description |
|---|---|
| ServerException() | Initializes a new instance of ServerException. |
| ServerException(String) | Initializes a new instance of ServerException with the message that describes the current exception. |
| ServerException(String, Exception) | Initializes a new instance of ServerException with the message that describes the current exception and an inner exception. |