Package nxt
Class NxtException.InsufficientBalanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nxt.NxtException
-
- nxt.NxtException.ValidationException
-
- nxt.NxtException.NotCurrentlyValidException
-
- nxt.NxtException.InsufficientBalanceException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NxtException
public static class NxtException.InsufficientBalanceException extends NxtException.NotCurrentlyValidException
- 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
-
-
Constructor Summary
Constructors Constructor Description InsufficientBalanceException(java.lang.String message)
InsufficientBalanceException(java.lang.String message, java.lang.Throwable cause)
-