Packages

package exception

Type Members

  1. case class AccountMemPoolOutOfBoundException(txId: ModifierId) extends MempoolException with Product with Serializable
  2. class MempoolException extends Exception
  3. case class NonceGapTooWideException(txId: ModifierId, txNonce: BigInteger, stateNonce: BigInteger) extends MempoolException with Product with Serializable

    NonceGapTooWideException is thrown if the transaction nonce is too bog respect the state nonce (maxNonceGap).

  4. case class TransactionReplaceUnderpricedException(txId: ModifierId) extends MempoolException with Product with Serializable
  5. case class TxOversizedException(address: Address, txSize: Long) extends InvalidMessageException with Product with Serializable

    TxOversizedException is thrown if the transaction size exceeds maximum size (128 KB).

Ungrouped