Class TxError

  • Direct Known Subclasses:
    ImmutableTxError

    @Immutable
    public abstract class TxError
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TxError()  
    • Method Summary

      Modifier and Type Method Description
      abstract java.util.Optional<java.math.BigInteger> opIndex()  
      abstract java.util.Optional<java.lang.String> what()  
      • Methods inherited from class java.lang.Object

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

      • TxError

        public TxError()
    • Method Detail

      • opIndex

        public abstract java.util.Optional<java.math.BigInteger> opIndex()
      • what

        public abstract java.util.Optional<java.lang.String> what()