package exception
Type Members
- case class AccountMemPoolOutOfBoundException(txId: ModifierId) extends MempoolException with Product with Serializable
- class MempoolException extends Exception
-
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).
- case class TransactionReplaceUnderpricedException(txId: ModifierId) extends MempoolException with Product with Serializable
-
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).