Class VerificationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VerificationException
    extends org.bouncycastle.openpgp.PGPException
    Indicates verification failed, either because the message was not signed with at least one required key, or because the signature of a required key was invalid.
    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

      • VerificationException

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

        public VerificationException​(java.lang.String message,
                                     java.lang.Exception cause)