Class DataSetExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.datasetmgr.DataSetExistsException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class DataSetExistsException extends DataClayException
This class represents the exceptions produced in DataSetManager module when a DataSet already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSetExistsException(String datasetName)
Exceptions produced when dataset identified by name 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
-
DataSetExistsException
public DataSetExistsException(String datasetName)
Exceptions produced when dataset identified by name provided already exists- Parameters:
datasetName
- Name of the dataset
-
-