public class SCBClientNotFoundException extends SCBClientException implements IHttpStatus
Exception for when the client couldn't find the requested URL.
| Constructor and Description |
|---|
SCBClientNotFoundException()
Default constructor.
|
SCBClientNotFoundException(String message)
Overloaded constructor.
|
SCBClientNotFoundException(String message,
Throwable cause)
Overloaded constructor.
|
SCBClientNotFoundException(Throwable cause)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatusCode |
getStatusCode()
Get the status code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SCBClientNotFoundException()
Default constructor.
public SCBClientNotFoundException(String message)
Overloaded constructor.
message - the messagepublic SCBClientNotFoundException(String message, Throwable cause)
Overloaded constructor.
message - the messagecause - the causepublic SCBClientNotFoundException(Throwable cause)
Overloaded constructor.
cause - the causepublic HttpStatusCode getStatusCode()
IHttpStatusGet the status code.
getStatusCode in interface IHttpStatusCopyright © 2017. All rights reserved.