Class RequestGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.saml2.request.RequestGenerationException
- All Implemented Interfaces:
Serializable
Exception class for indicating errors during a request generation.
- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
- See Also:
-
Constructor Summary
ConstructorDescriptionRequestGenerationException
(String message) Constructor taking an error message.RequestGenerationException
(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 Details
-
RequestGenerationException
Constructor taking an error message.- Parameters:
message
- the error message
-
RequestGenerationException
Constructor taking an error message and the cause of the error.- Parameters:
message
- the error messagecause
- the cause of the error
-