Class BadSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.labs64.netlicensing.exception.NetLicensingException
com.labs64.netlicensing.exception.BadSignatureException
- All Implemented Interfaces:
Serializable
The exception is thrown when signature validation of NetLicensing signed response fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct aConversionException
with the specified detail message. -
Method Summary
Methods inherited from class com.labs64.netlicensing.exception.NetLicensingException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadSignatureException
Construct aConversionException
with the specified detail message.- Parameters:
msg
- the detail message
-