Class IllegalSignature

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.norswap.nanoeth.signature.IllegalSignature
All Implemented Interfaces:
Serializable

public final class IllegalSignature
extends Exception
Indicates that a signature is invalid: some of its parameters do not satisfy the signature validity constraints.

Note that this exception is not thrown when verifying a signature, but only at Signature instantiation time.

See Also:
Serialized Form
  • Constructor Details

    • IllegalSignature

      public IllegalSignature​(String message)