Class InvalidSignatureCountException

All Implemented Interfaces:
Serializable

public final class InvalidSignatureCountException extends AssertionFailedException
See Also:
  • Constructor Details

    • InvalidSignatureCountException

      public InvalidSignatureCountException(ByteArray credentialId, long expectedMinimum, long received)
  • Method Details

    • getCredentialId

      public ByteArray getCredentialId()
    • getExpectedMinimum

      public long getExpectedMinimum()
    • getReceived

      public long getReceived()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object