Class ResponseStatusErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- se.litsec.opensaml.saml2.common.response.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 Summary
Constructors Constructor Description ResponseStatusErrorException(Status status, String responseId)
Constructor taking the error status and the response ID.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResponseId()
Returns the ID of the Response.Status
getStatus()
Returns the status object.static String
statusToString(Status status)
Returns a textual representation of the status.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-