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:
Serializable
Exception used when serialization fails.
- Author:
- Christopher Mindus
- See Also:
Constructor Summary
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
LicenseSerializeException
Constructor with error message.- Parameters:
error
- The error message.