Package org.zkoss.chart.lic.xml
Class GenericCertificateNotLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.zkoss.chart.lic.xml.GenericCertificateNotLockedException
-
- All Implemented Interfaces:
Serializable
public class GenericCertificateNotLockedException extends IllegalStateException
An instance of this class is thrown if aGenericCertificate
's content is tried to be retrieved but the certificate has neither signed nor verified any content.- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericCertificateNotLockedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-