Package org.alfresco.service.license
Class LicenseIntegrityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.service.license.LicenseIntegrityException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseIntegrityException extends java.lang.ExceptionAn instance of this class is thrown if the integrity of a GenericCertificate has been detected to be compromised.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseIntegrityException(java.lang.String msg)LicenseIntegrityException(java.lang.String msg, java.lang.Throwable cause)
-