Class ExecutionEnvironmentAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.metadataservice.ExecutionEnvironmentAlreadyExistsException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class ExecutionEnvironmentAlreadyExistsException extends DataClayException
This class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionEnvironmentAlreadyExistsException(ExecutionEnvironment newExecutionEnvironment)
This exception is produced when a Storage Location with ID provided already exists
-
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
-
ExecutionEnvironmentAlreadyExistsException
public ExecutionEnvironmentAlreadyExistsException(ExecutionEnvironment newExecutionEnvironment)
This exception is produced when a Storage Location with ID provided already exists- Parameters:
newExecutionEnvironment
- specs of the Execution Environment
-
-