Package es.bsc.dataclay.exceptions.logicmodule.contractmgr
Module intended to management of Exceptions on ContractManager module.
-
Exception Summary Exception Description AccountAlreadyRegisteredInContract This class represents the exception produced in ContractManager when an account pretends to be registered in it, but it already was.AccountNotRegisteredInContract This class represents the exception produced in ContractManager when an account is not registered in a contract and it should be.ContractNotActiveException This class represents the exception produced in ContractManager when a contract has to be used but it is not active.ContractNotExistException This class represents the exception produced in ContractManager when a contract does not exist.ContractNotPublicException This class represents the exception produced in ContractManager when a contract is expected to be public and it is not.InterfaceNotInContractException This class represents the exception produced in ContractManager when a contract cannot access a specific interface.