Package org.alfresco.service.license
Class LicenseIntegrityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.service.license.LicenseIntegrityException
-
- All Implemented Interfaces:
Serializable
public class LicenseIntegrityException extends Exception
An 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(String msg)LicenseIntegrityException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-