public class SCBClientUrlNotFoundException extends SCBClientException
Exception for when the client couldn't find the requested URL.
| Constructor and Description |
|---|
SCBClientUrlNotFoundException()
Default constructor.
|
SCBClientUrlNotFoundException(String message)
Overloaded constructor.
|
SCBClientUrlNotFoundException(String message,
Throwable cause)
Overloaded constructor.
|
SCBClientUrlNotFoundException(Throwable cause)
Overloaded constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SCBClientUrlNotFoundException()
Default constructor.
public SCBClientUrlNotFoundException(String message)
Overloaded constructor.
message - the messagepublic SCBClientUrlNotFoundException(String message, Throwable cause)
Overloaded constructor.
message - the messagecause - the causepublic SCBClientUrlNotFoundException(Throwable cause)
Overloaded constructor.
cause - the causeCopyright © 2016. All rights reserved.