Class ResponseStatusErrorException

  • All Implemented Interfaces:
    Serializable

    public class ResponseStatusErrorException
    extends Exception
    Exception that indicates a non-successful status code received in a Response message.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    Serialized Form
    • Constructor Detail

      • ResponseStatusErrorException

        public ResponseStatusErrorException​(Status status,
                                            String responseId)
        Constructor taking the error status and the response ID.
        Parameters:
        status - status
        responseId - the response ID
    • Method Detail

      • getStatus

        public Status getStatus()
        Returns the status object.
        Returns:
        the status object
      • getResponseId

        public String getResponseId()
        Returns the ID of the Response.
        Returns:
        the response ID
      • statusToString

        public static String statusToString​(Status status)
        Returns a textual representation of the status.
        Parameters:
        status - the Status to print
        Returns:
        a status string