Package nxt
Class BlockchainProcessor.TransactionNotAcceptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nxt.NxtException
-
- nxt.BlockchainProcessor.BlockNotAcceptedException
-
- nxt.BlockchainProcessor.TransactionNotAcceptedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- BlockchainProcessor
public static class BlockchainProcessor.TransactionNotAcceptedException extends BlockchainProcessor.BlockNotAcceptedException
- See Also:
- Serialized Form
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
nxt.TransactionImpl
getTransaction()
-
-
-
Method Detail
-
getTransaction
public nxt.TransactionImpl getTransaction()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classBlockchainProcessor.BlockNotAcceptedException
-
-