Class StorageLocationAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.metadataservice.StorageLocationAlreadyExistsException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class StorageLocationAlreadyExistsException 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 StorageLocationAlreadyExistsException(StorageLocation newStorageLocation)
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
-
StorageLocationAlreadyExistsException
public StorageLocationAlreadyExistsException(StorageLocation newStorageLocation)
This exception is produced when a Storage Location with ID provided already exists- Parameters:
newStorageLocation
- specs of the Storage Location
-
-