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