Package com.iizix.license
Class LicenseSerializeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- com.iizix.license.LicenseSerializeException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseSerializeException extends java.io.ObjectStreamException
Exception used when serialization fails.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseSerializeException(java.lang.String error)
Constructor with error message.
-