Package dev.paseto.jpaseto
Class PasetoSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.paseto.jpaseto.PasetoException
-
- dev.paseto.jpaseto.PasetoSignatureException
-
- All Implemented Interfaces:
java.io.Serializable
public class PasetoSignatureException extends PasetoException
Thrown when public paseto tokens signature cannot be validated.- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasetoSignatureException(java.lang.String message)PasetoSignatureException(java.lang.String message, java.lang.Throwable cause)
-