public final class InvalidSignatureCountException extends AssertionFailedException
| Constructor and Description |
|---|
InvalidSignatureCountException(ByteArray credentialId,
long expectedMinimum,
long received) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
ByteArray |
getCredentialId() |
long |
getExpectedMinimum() |
long |
getReceived() |
int |
hashCode() |
java.lang.String |
toString() |
public InvalidSignatureCountException(ByteArray credentialId, long expectedMinimum, long received)
public ByteArray getCredentialId()
public long getExpectedMinimum()
public long getReceived()
public java.lang.String toString()
toString in class java.lang.Throwablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object