Class AccountAlreadyRegisteredInContract
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.contractmgr.AccountAlreadyRegisteredInContract
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public final class AccountAlreadyRegisteredInContract extends DataClayException
This class represents the exception produced in ContractManager when an account pretends to be registered in it, but it already was.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountAlreadyRegisteredInContract(AccountID accountID, ContractID contractID)
Exception produced when an account pretends to be registered in it, but it already was.
-
Method Summary
-
Methods inherited from class es.bsc.dataclay.exceptions.DataClayException
asGrpcException, deserialize, equals, getErrorcode, getLocalizedMessage, hashCode, printStackTrace, serialize, setErrorCode, setExceptionMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccountAlreadyRegisteredInContract
public AccountAlreadyRegisteredInContract(AccountID accountID, ContractID contractID)
Exception produced when an account pretends to be registered in it, but it already was.- Parameters:
accountID
- the id of the accountcontractID
- the id of the contract
-
-