Exception NotFoundException (2.48.1)

public class NotFoundException extends ApiException

Exception thrown when some requested entity (e.g., file or directory) was not found.

Constructors

NotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable)

public NotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
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)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean

NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)

public NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean
errorDetails ErrorDetails