Class 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 
      ConstructorDescription
      LicenseSerializeException​(java.lang.String error)
      Constructor with error message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LicenseSerializeException

        public LicenseSerializeException​(java.lang.String error)
        Constructor with error message.
        Parameters:
        error - The error message.