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