Package top.focess.util.serialize
Class SerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.util.serialize.SerializationException
-
- All Implemented Interfaces:
Serializable
public class SerializationException extends RuntimeException
Thrown to indicate that an error occurred while serializing or deserializing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationException(Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SerializationException
public SerializationException(Exception e)
-
-