Package com.microblink.licence.exception
Class LicenceKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microblink.licence.exception.LicenceKeyException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidLicenceKeyException
,LicenceLockedException
,RemoteLicenceCheckException
public abstract class LicenceKeyException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenceKeyException(java.lang.String msg)
LicenceKeyException(java.lang.String msg, java.lang.Throwable innerExc)
-