Class ResponseProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- se.litsec.opensaml.saml2.common.response.ResponseProcessingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResponseValidationException
public class ResponseProcessingException extends Exception
Exception class for the SAML response processor.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseProcessingException(String message)
Constructor taking an error message.ResponseProcessingException(String message, Throwable cause)
Constructor taking an error message and the cause of the error.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResponseProcessingException
public ResponseProcessingException(String message)
Constructor taking an error message.- Parameters:
message
- the error message
-
-