class FilteredTransactionVerificationException : CordaException
Thrown when FilteredTransaction.verify fails.
id
- transaction's id.
reason
- information about the exception.
FilteredTransactionVerificationException(id: SecureHash, reason: String)
Thrown when FilteredTransaction.verify fails. |
val id: SecureHash |
|
val reason: String |
open val cause: Throwable? |
|
open val message: String? |
|
open var originalExceptionClassName: String? |
|
open val originalMessage: String? |
open fun addSuppressed(suppressed: Array<Throwable>): Unit |
|
open fun equals(other: Any?): Boolean |
|
open fun hashCode(): Int |
|
open fun setCause(cause: Throwable?): Unit |
|
open fun setMessage(message: String?): Unit |
val Throwable.rootCause: Throwable |
fun Throwable.getStackTraceAsString(): String |