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