Class SignatureValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SignatureValidationException
    extends org.bouncycastle.openpgp.PGPException
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.bouncycastle.openpgp.PGPException

        getCause, getUnderlyingException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SignatureValidationException

        public SignatureValidationException​(java.lang.String message)
      • SignatureValidationException

        public SignatureValidationException​(java.lang.String message,
                                            java.lang.Exception underlying)
      • SignatureValidationException

        public SignatureValidationException​(java.lang.String message,
                                            java.util.Map<org.bouncycastle.openpgp.PGPSignature,​java.lang.Exception> rejections)