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