Package nxt
Class NxtException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nxt.NxtException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BlockchainProcessor.BlockNotAcceptedException
,NxtException.ValidationException
,ParameterException
,Shuffler.ShufflerException
public abstract class NxtException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NxtException.AccountControlException
static class
NxtException.ExistingTransactionException
static class
NxtException.InsufficientBalanceException
static class
NxtException.NotCurrentlyValidException
static class
NxtException.NotValidException
static class
NxtException.NotYetEnabledException
static class
NxtException.NotYetEncryptedException
static class
NxtException.NxtIOException
static class
NxtException.StopException
static class
NxtException.ValidationException
-
Constructor Summary
Constructors Modifier Constructor Description protected
NxtException()
protected
NxtException(java.lang.String message)
protected
NxtException(java.lang.String message, java.lang.Throwable cause)
protected
NxtException(java.lang.Throwable cause)
-