public class InvalidSignatureException extends LicenseException
The exception reports an invalid MOJO signature.
The invalid MOJO signature means, that the signature file (MojoSignatureConsts.MOJO_SIGNATURE_FILENAME) is present, but the signature does not match expected signature of MOJO watermark file (MojoSignatureConsts.MOJO_WATERMARK_FILENAME).
That means that the signature or watermark file was modified.
| Constructor and Description |
|---|
InvalidSignatureException() |
InvalidSignatureException(java.lang.Exception e) |
toString