Class B2SignatureVerificationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class B2SignatureVerificationException
    extends B2Exception
    Instances of this class represents failure to verify content given a signature and secret.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_CODE  
      static int STATUS  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • B2SignatureVerificationException

        public B2SignatureVerificationException​(java.lang.String message,
                                                java.lang.Throwable cause)