Class UnimplementedException

All Implemented Interfaces:
Serializable

public class UnimplementedException extends ApiException
Exception thrown when the operation is not implemented or not supported/enabled in this service.
See Also:
  • Constructor Details

    • UnimplementedException

      public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable)
    • UnimplementedException

      public UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
    • UnimplementedException

      public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)