Class 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 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 message
        cause - the cause
      • SCBClientResponseTooLargeException

        public SCBClientResponseTooLargeException​(Throwable cause)

        Overloaded constructor.

        Parameters:
        cause - the cause