public class UnimplementedException extends ApiException
Exception thrown when the operation is not implemented or not supported/enabled in this service.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > UnimplementedExceptionConstructors
UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
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)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |