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

