public class UnimplementedException extends ApiException
Exception thrown when the operation is not implemented or not supported/enabled in this service.
Constructors
UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters | |
---|---|
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable)
public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable)
Parameters | |
---|---|
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
Parameters | |
---|---|
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
errorDetails | ErrorDetails |