Class MessageReplayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.saml2.response.replay.MessageReplayException
- All Implemented Interfaces:
Serializable
Exception class that indicates a message replay attack.
- Author:
- Martin Lindström (martin@idsec.se)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageReplayException
Constructor taking an error message.- Parameters:
message
- the error message
-