Package nxt.blockchain
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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class nxt.NxtException
NxtException.AccountControlException, NxtException.ExistingTransactionException, NxtException.InsufficientBalanceException, NxtException.NotCurrentlyValidException, NxtException.NotValidException, NxtException.NotYetEnabledException, NxtException.NotYetEncryptedException, NxtException.NxtIOException, NxtException.StopException, NxtException.ValidationException -
Constructor Summary
ConstructorsConstructorDescriptionBlockNotAcceptedException(String message, BlockImpl block) BlockNotAcceptedException(Throwable cause, BlockImpl block) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BlockNotAcceptedException
-
BlockNotAcceptedException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-