public class SCBClientResponseTooLargeException extends SCBClientException
Exception for when the resulting response of a call to the API exceeded the maximum response size, as defined by the PI.
Constructor and Description |
---|
SCBClientResponseTooLargeException()
Default constructor.
|
SCBClientResponseTooLargeException(String message)
Overloaded constructor.
|
SCBClientResponseTooLargeException(String message,
Throwable cause)
Overloaded constructor.
|
SCBClientResponseTooLargeException(Throwable cause)
Overloaded constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SCBClientResponseTooLargeException()
Default constructor.
public SCBClientResponseTooLargeException(String message)
Overloaded constructor.
message
- the messagepublic SCBClientResponseTooLargeException(String message, Throwable cause)
Overloaded constructor.
message
- the messagecause
- the causepublic SCBClientResponseTooLargeException(Throwable cause)
Overloaded constructor.
cause
- the causeCopyright © 2018. All rights reserved.