Class AccountNotResponsibleOfNamespace
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.namespacemgr.AccountNotResponsibleOfNamespace
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class AccountNotResponsibleOfNamespace extends DataClayException
This class represents the exceptions produced in NamespaceManager module when a Namespace does not belong to account provided.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountNotResponsibleOfNamespace(NamespaceID namespaceID, AccountID badresponsible)
Exception produced when the account provided is not responsible of the given namespace
-
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
-
AccountNotResponsibleOfNamespace
public AccountNotResponsibleOfNamespace(NamespaceID namespaceID, AccountID badresponsible)
Exception produced when the account provided is not responsible of the given namespace- Parameters:
namespaceID
- ID of the namespacebadresponsible
- ID of the bad account
-
-