Class LicenseSerializeException

All Implemented Interfaces:
Serializable

public class LicenseSerializeException extends ObjectStreamException
Exception used when serialization fails.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • LicenseSerializeException

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