Class ObjectHasReplicas
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.metadataservice.ObjectHasReplicas
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class ObjectHasReplicas extends DataClayException
This class represents the exceptions produced in MetaDataService module when some object has replicas.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectHasReplicas(ObjectID objectID)
This exception is produced when some object has replicas.
-
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
-
ObjectHasReplicas
public ObjectHasReplicas(ObjectID objectID)
This exception is produced when some object has replicas.- Parameters:
objectID
- ID of the object
-
-