Class TransactionSignatureException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      SecureHash getTransactionId() Gets the ID of the transaction that has failed the signature verification.
      • Methods inherited from class net.corda.v5.base.exceptions.CordaRuntimeException

        addSuppressed, equals, getCause, getMessage, getOriginalExceptionClassName, getOriginalMessage, hashCode, setCause, setMessage, setOriginalExceptionClassName
      • Methods inherited from class java.lang.Throwable

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

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

      • TransactionSignatureException

        TransactionSignatureException(SecureHash transactionId, String message, Throwable cause)
        Creates a new instance of the TransactionSignatureException class.
        Parameters:
        transactionId - the Merkle root hash (identifier) of the transaction that failed verification.
        message - The details of the current exception to throw.
        cause - The underlying cause of the current exception.
    • Method Detail

      • getTransactionId

        @NotNull() SecureHash getTransactionId()

        Gets the ID of the transaction that has failed the signature verification.