public class SCBClientForbiddenException extends SCBClientException
Exception for when the client receives a response from the API but it refuses to perform any further requests. Can occur if your request to the API or the resulting response from a request to the API exceeds the maximum limit.
| Constructor and Description |
|---|
SCBClientForbiddenException()
Default constructor.
|
SCBClientForbiddenException(String message)
Overloaded constructor.
|
SCBClientForbiddenException(String message,
Throwable cause)
Overloaded constructor.
|
SCBClientForbiddenException(Throwable cause)
Overloaded constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SCBClientForbiddenException()
Default constructor.
public SCBClientForbiddenException(String message)
Overloaded constructor.
message - the messagepublic SCBClientForbiddenException(String message, Throwable cause)
Overloaded constructor.
message - the messagecause - the causepublic SCBClientForbiddenException(Throwable cause)
Overloaded constructor.
cause - the causeCopyright © 2016. All rights reserved.