Class ExternalDataClayNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.metadataservice.ExternalDataClayNotRegisteredException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class ExternalDataClayNotRegisteredException extends DataClayException
This class represents the exceptions produced in MetaDataService module when an external dataClay specified is not registered- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalDataClayNotRegisteredException(DataClayInstanceID dataClayID)
This exception is produced when an external dataClay with ID provided is not registeredExternalDataClayNotRegisteredException(String dataClayName)
This exception is produced when an external dataClay with name provided is not registeredExternalDataClayNotRegisteredException(String host, Integer port)
This exception is produced when an external dataClay with name provided is not 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
-
ExternalDataClayNotRegisteredException
public ExternalDataClayNotRegisteredException(DataClayInstanceID dataClayID)
This exception is produced when an external dataClay with ID provided is not registered- Parameters:
dataClayID
- ID of the external dataClay instance
-
ExternalDataClayNotRegisteredException
public ExternalDataClayNotRegisteredException(String dataClayName)
This exception is produced when an external dataClay with name provided is not registered- Parameters:
dataClayName
- name of the external dataClay instance
-
-