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 classNxtException.AccountControlExceptionstatic classNxtException.ExistingTransactionExceptionstatic classNxtException.InsufficientBalanceExceptionstatic classNxtException.NotCurrentlyValidExceptionstatic classNxtException.NotValidExceptionstatic classNxtException.NotYetEnabledExceptionstatic classNxtException.NotYetEncryptedExceptionstatic classNxtException.NxtIOExceptionstatic classNxtException.StopExceptionstatic classNxtException.ValidationException
-
Constructor Summary
Constructors Modifier Constructor Description protectedNxtException()protectedNxtException(java.lang.String message)protectedNxtException(java.lang.String message, java.lang.Throwable cause)protectedNxtException(java.lang.Throwable cause)
-