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