Package org.owasp.csrfguard.exception
Class CSRFGuardTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.owasp.csrfguard.exception.CSRFGuardTokenException
-
- All Implemented Interfaces:
Serializable
public class CSRFGuardTokenException extends RuntimeException
CSRFGuardTokenException - Runtime Exception handling all token related errors.- Since:
- - 11/7/2019.
- Author:
- - srijas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSRFGuardTokenException(String message)CSRFGuardTokenException(String message, Throwable cause)CSRFGuardTokenException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-