Class TypeDepInfoAlreadyRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.classmgr.TypeDepInfoAlreadyRegisteredException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class TypeDepInfoAlreadyRegisteredException extends DataClayException
This class represents the exceptions produced in ClassManager module when you try to register into a Type language-dependant information which is already registered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeDepInfoAlreadyRegisteredException(String language)
This exception is produced when you try to register into a Type language-dependant information which is already registered.
-
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
-
TypeDepInfoAlreadyRegisteredException
public TypeDepInfoAlreadyRegisteredException(String language)
This exception is produced when you try to register into a Type language-dependant information which is already registered.- Parameters:
language
- Language of the dependant information
-
-