Class NotaryExceptionUnknown

  • All Implemented Interfaces:
    java.io.Serializable , net.corda.v5.base.exceptions.CordaThrowable

    
    public abstract class NotaryExceptionUnknown
    extends NotaryException
                        

    The base class for notary exceptions that we cannot guarantee were fatal and might return with a different result when retried. These type of exceptions will not invalidate the transaction immediately.

    • 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
      • Methods inherited from class net.corda.v5.ledger.notary.plugin.core.NotaryException

        getNotaryErrorMessage, getTxId
      • 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

      • NotaryExceptionUnknown

        NotaryExceptionUnknown(String notaryErrorMessage, SecureHash txId)
    • Method Detail