Class UnimplementedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • UnimplementedException

        public UnimplementedException​(java.lang.Throwable cause,
                                      StatusCode statusCode,
                                      boolean retryable)
      • UnimplementedException

        public UnimplementedException​(java.lang.String message,
                                      java.lang.Throwable cause,
                                      StatusCode statusCode,
                                      boolean retryable)
      • UnimplementedException

        public UnimplementedException​(java.lang.Throwable cause,
                                      StatusCode statusCode,
                                      boolean retryable,
                                      ErrorDetails errorDetails)