Class WalletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.h2tcoin.takamakachain.exceptions.wallet.WalletException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCypherException
,InvalidWalletDecoderException
,InvalidWalletIndexException
,PublicKeySerializzationException
,TransactionCanNotBeCreatedException
,TransactionCanNotBeSignedException
,UnlockWalletException
,WalletAlreadyExistException
,WalletBurnedException
,WalletEmptySeedException
public class WalletException extends Exception
- Author:
- giovanni.antino@h2tcoin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WalletException()
WalletException(String msg)
WalletException(String msg, Throwable er)
WalletException(Throwable er)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-