Class TransactionCanNotBeSignedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.h2tcoin.takamakachain.exceptions.wallet.WalletException
-
- com.h2tcoin.takamakachain.exceptions.wallet.TransactionCanNotBeSignedException
-
- All Implemented Interfaces:
Serializable
public class TransactionCanNotBeSignedException extends WalletException
- Author:
- iris.dimni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionCanNotBeSignedException()
TransactionCanNotBeSignedException(String message)
TransactionCanNotBeSignedException(String message, Throwable err)
TransactionCanNotBeSignedException(Throwable err)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransactionCanNotBeSignedException
public TransactionCanNotBeSignedException()
-
TransactionCanNotBeSignedException
public TransactionCanNotBeSignedException(String message)
- Parameters:
message
-
-
TransactionCanNotBeSignedException
public TransactionCanNotBeSignedException(Throwable err)
- Parameters:
err
-
-
-