Class SCBClientResponseTooLargeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.dannil.scbjavaclient.exception.SCBClientException
-
- com.github.dannil.scbjavaclient.exception.SCBClientResponseTooLargeException
-
- All Implemented Interfaces:
Serializable
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.
- Since:
- 1.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCBClientResponseTooLargeException()
Default constructor.SCBClientResponseTooLargeException(String message)
Overloaded constructor.SCBClientResponseTooLargeException(String message, Throwable cause)
Overloaded constructor.SCBClientResponseTooLargeException(Throwable cause)
Overloaded constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SCBClientResponseTooLargeException
public SCBClientResponseTooLargeException()
Default constructor.
-
SCBClientResponseTooLargeException
public SCBClientResponseTooLargeException(String message)
Overloaded constructor.
- Parameters:
message
- the message
-
SCBClientResponseTooLargeException
public SCBClientResponseTooLargeException(String message, Throwable cause)
Overloaded constructor.
- Parameters:
message
- the messagecause
- the cause
-
SCBClientResponseTooLargeException
public SCBClientResponseTooLargeException(Throwable cause)
Overloaded constructor.
- Parameters:
cause
- the cause
-
-