class NotaryException : FlowException
<init> |
NotaryException(error: NotaryError) |
error |
val error: NotaryError |
cause |
open val cause: Throwable? |
message |
open val message: String? |
toString |
fun toString(): String |
rootCause |
val Throwable.rootCause: Throwable |