Package org.zkoss.chart.lic.xml
Class GenericCertificateIsLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.beans.PropertyVetoException
-
- org.zkoss.chart.lic.xml.GenericCertificateIsLockedException
-
- All Implemented Interfaces:
Serializable
public class GenericCertificateIsLockedException extends PropertyVetoException
Thrown if a property is tried to set once aGenericCertificate
has been locked.- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericCertificateIsLockedException(PropertyChangeEvent evt)
-
Method Summary
-
Methods inherited from class java.beans.PropertyVetoException
getPropertyChangeEvent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GenericCertificateIsLockedException
public GenericCertificateIsLockedException(PropertyChangeEvent evt)
-
-