public class RequestNotFoundException extends NotFoundException
Constructor and Description |
---|
RequestNotFoundException()
Constructor.
|
RequestNotFoundException(String msg)
Constructor with a detailed message.
|
RequestNotFoundException(String msg,
long requestId)
Constructor with a detailed message.
|
RequestNotFoundException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
RequestNotFoundException(String msg,
Throwable cause,
long requestId)
Constructor with a detailed message and underlying cause.
|
RequestNotFoundException(Throwable cause)
Constructor with the underlying cause.
|
RequestNotFoundException(Throwable cause,
long requestId)
Constructor with the underlying cause.
|
Modifier and Type | Method and Description |
---|---|
Long |
getRequestId()
Retrieve the request ID associated with this object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestNotFoundException()
public RequestNotFoundException(String msg)
msg
- the associated detailed messagepublic RequestNotFoundException(String msg, long requestId)
msg
- the associated detailed messagerequestId
- the request ID that is not in the systempublic RequestNotFoundException(Throwable cause)
cause
- the underlying cause for exception.public RequestNotFoundException(Throwable cause, long requestId)
cause
- the underlying cause for exception.requestId
- the request ID that is not in the systempublic RequestNotFoundException(String msg, Throwable cause)
msg
- the detailed message for the exception.cause
- the underlying cause for the exception.public RequestNotFoundException(String msg, Throwable cause, long requestId)
msg
- the detailed message for the exception.cause
- the underlying cause for the exception.requestId
- the request ID that is not in the systempublic Long getRequestId()
null
if none