All Implemented Interfaces:
Serializable

public class OciApiException extends ApiException
OCI integration exception. This exception is used when the API invocation fails before we receive an HTTP response. OciRestException is used otherwise.
See Also:
  • Constructor Details

    • OciApiException

      public OciApiException()
      Exception without a message and cause.
    • OciApiException

      public OciApiException(String message)
      Exception with message.
      Parameters:
      message - message
    • OciApiException

      public OciApiException(String message, Throwable cause)
      Exception with message and cause.
      Parameters:
      message - message
      cause - cause
    • OciApiException

      public OciApiException(Throwable cause)
      Exception with cause and no message.
      Parameters:
      cause - cause