Package nxt
Class NxtException.NotCurrentlyValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nxt.NxtException
nxt.NxtException.ValidationException
nxt.NxtException.NotCurrentlyValidException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NxtException.AccountControlException,NxtException.ExistingTransactionException,NxtException.InsufficientBalanceException,NxtException.NotYetEnabledException
- Enclosing class:
- NxtException
public static class NxtException.NotCurrentlyValidException
extends NxtException.ValidationException
- 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
ConstructorsConstructorDescriptionNotCurrentlyValidException(String message) NotCurrentlyValidException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotCurrentlyValidException
-
NotCurrentlyValidException
-