Package net.corda.v5.crypto.merkle
Class MerkleProofRebuildFailureException
-
- All Implemented Interfaces:
-
java.io.Serializable
,net.corda.v5.base.exceptions.CordaThrowable
public final class MerkleProofRebuildFailureException extends CordaRuntimeException
Indicates that the calculation of the root hash of a MerkleProof failed.
-
-
Field Summary
Fields Modifier and Type Field Description public String
originalExceptionClassName
public Throwable
cause
public Array<StackTraceElement>
stackTrace
-
Constructor Summary
Constructors Constructor Description MerkleProofRebuildFailureException(String message)
-
Method Summary
Modifier and Type Method Description -
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
-
MerkleProofRebuildFailureException
MerkleProofRebuildFailureException(String message)
-
-
-
-