Package dev.paseto.jpaseto
Class PasetoSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.paseto.jpaseto.PasetoException
-
- dev.paseto.jpaseto.PasetoSecurityException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidMacException,PasetoKeyException
public class PasetoSecurityException extends PasetoException
Thrown when a paseto token cannot be verified.- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasetoSecurityException(java.lang.String message)PasetoSecurityException(java.lang.String message, java.lang.Throwable cause)
-