Package com.regula.facesdk.exception
Class LicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.regula.facesdk.exception.LicenseException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseException(LicensingResultCode code, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicensingResultCode
getErrorCode()
-
-
-
Constructor Detail
-
LicenseException
public LicenseException(LicensingResultCode code, java.lang.String message)
-
-
Method Detail
-
getErrorCode
public LicensingResultCode getErrorCode()
-
-