Package dev.paseto.jpaseto
Class PasetoIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.paseto.jpaseto.PasetoException
-
- dev.paseto.jpaseto.PasetoIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SerialException
public class PasetoIOException extends PasetoException
A general IO exception for the JPaseto library.- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasetoIOException(java.lang.String msg)PasetoIOException(java.lang.String message, java.lang.Throwable cause)
-