Class TransactionNotYetImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.h2tcoin.takamakachain.exceptions.transaction.InvalidTransactionException
-
- com.h2tcoin.takamakachain.exceptions.transaction.TransactionNotYetImplementedException
-
- All Implemented Interfaces:
Serializable
public class TransactionNotYetImplementedException extends InvalidTransactionException
- Author:
- iris.dimni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionNotYetImplementedException()TransactionNotYetImplementedException(String message)TransactionNotYetImplementedException(String message, Throwable err)TransactionNotYetImplementedException(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
-
TransactionNotYetImplementedException
public TransactionNotYetImplementedException()
-
TransactionNotYetImplementedException
public TransactionNotYetImplementedException(String message)
- Parameters:
message-
-
TransactionNotYetImplementedException
public TransactionNotYetImplementedException(Throwable err)
- Parameters:
err-
-
-