public class NotFoundException extends ApiException
Exception thrown when some requested entity (e.g., file or directory) was not found.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > NotFoundExceptionConstructors
NotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public NotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable)
public NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |