Package com.microblink.licence.exception
Class RemoteLicenceCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microblink.licence.exception.LicenceKeyException
-
- com.microblink.licence.exception.RemoteLicenceCheckException
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteLicenceCheckException extends LicenceKeyException
Thrown when remote licence check is not possible to perform successfully, possibly due to network issues.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteLicenceCheckException(java.lang.String msg)
RemoteLicenceCheckException(java.lang.String msg, java.lang.Throwable innerExc)
-