Class AccountAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.accountmgr.AccountAlreadyExistException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class AccountAlreadyExistException extends DataClayException
This class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountAlreadyExistException(String accountName)
This Exception is called when and account with name provided already exist
-
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
-
AccountAlreadyExistException
public AccountAlreadyExistException(String accountName)
This Exception is called when and account with name provided already exist- Parameters:
accountName
- Name of the account
-
-