Class BlockchainProcessor.BlockNotAcceptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nxt.NxtException
nxt.blockchain.BlockchainProcessor.BlockNotAcceptedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlockchainProcessor.BlockOfLowerDifficultyException, BlockchainProcessor.BlockOutOfOrderException, BlockchainProcessor.TransactionNotAcceptedException
Enclosing interface:
BlockchainProcessor

public static class BlockchainProcessor.BlockNotAcceptedException extends NxtException
See Also:
  • Constructor Details

    • BlockNotAcceptedException

      public BlockNotAcceptedException(String message, BlockImpl block)
    • BlockNotAcceptedException

      public BlockNotAcceptedException(Throwable cause, BlockImpl block)
  • Method Details