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