Class ResponseValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.saml2.response.ResponseProcessingException
se.swedenconnect.opensaml.saml2.response.validation.ResponseValidationException
- All Implemented Interfaces:
Serializable
Exception class for response validation errors.
- Author:
- Martin Lindström (martin@idsec.se)
- See Also:
-
Constructor Summary
ConstructorDescriptionResponseValidationException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.Also supply the response messageResponseValidationException
(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.Also supply the response messageResponseValidationException
(String message, Throwable cause, org.opensaml.saml.saml2.core.Response response) Constructor taking an error message, the cause of the error and the response being processed.ResponseValidationException
(String message, org.opensaml.saml.saml2.core.Response response) Constructor taking an error message and the response being processed. -
Method Summary
Methods inherited from class se.swedenconnect.opensaml.saml2.response.ResponseProcessingException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseValidationException
Deprecated, for removal: This API element is subject to removal in a future version.Also supply the response messageConstructor taking an error message.- Parameters:
message
- the error message
-
ResponseValidationException
Constructor taking an error message and the response being processed.- Parameters:
message
- the error messageresponse
- the response being processed
-
ResponseValidationException
Deprecated, for removal: This API element is subject to removal in a future version.Also supply the response messageConstructor taking an error message and the cause of the error.- Parameters:
message
- the error messagecause
- the cause of the error
-
ResponseValidationException
public ResponseValidationException(String message, Throwable cause, org.opensaml.saml.saml2.core.Response response) Constructor taking an error message, the cause of the error and the response being processed.- Parameters:
message
- the error messagecause
- the cause of the errorresponse
- the response being processed
-