Uses of Class
es.bsc.dataclay.exceptions.DataClayException
-
Packages that use DataClayException Package Description es.bsc.dataclay.exceptions General exception to manage error codeses.bsc.dataclay.exceptions.dataservice Module intended to management of Exceptions in DataService module.es.bsc.dataclay.exceptions.dbhandler Module intended to management of Exceptions on DbHandler module.es.bsc.dataclay.exceptions.logicmodule.accountmgr Module intended to management of Exception in Account Manager module.es.bsc.dataclay.exceptions.logicmodule.classmgr Module intended to management of Exceptions on ClassMgr module.es.bsc.dataclay.exceptions.logicmodule.contractmgr Module intended to management of Exceptions on ContractManager module.es.bsc.dataclay.exceptions.logicmodule.datacontractmgr Module intended to management of Exceptions on DataContractManager module.es.bsc.dataclay.exceptions.logicmodule.datasetmgr Module intended to management of Exceptions on DataSetManager module.es.bsc.dataclay.exceptions.logicmodule.interfacemgr Module intended to management of exceptions in InterfaceManageres.bsc.dataclay.exceptions.logicmodule.namespacemgr Module intended to management of Exceptions on NamespaceManager module.es.bsc.dataclay.exceptions.logicmodule.notificationmgr Module intended to management of Exceptions on MetaDataService module.es.bsc.dataclay.exceptions.logicmodule.sessionmgr Module intended to management of Exceptions in Session Manager module.es.bsc.dataclay.exceptions.metadataservice Module intended to management of Exceptions on MetaDataService module. -
-
Uses of DataClayException in es.bsc.dataclay.exceptions
Subclasses of DataClayException in es.bsc.dataclay.exceptions Modifier and Type Class Description class
DataClayRuntimeException
This class represents the exceptions produced.class
JavaExecutionException
This class represents the Java exceptions produced in Execution Environment.class
LanguageExecutionException
This class represents the exceptions produced in Execution Environment. -
Uses of DataClayException in es.bsc.dataclay.exceptions.dataservice
Subclasses of DataClayException in es.bsc.dataclay.exceptions.dataservice Modifier and Type Class Description class
ClassDeploymentException
This class represents the exceptions produced in DataService module when cannot deploy a specific execution class.class
CleanExecutionClassesDirException
This class represents the exceptions produced in DataService module when cannot remove the execution classes directory.class
ExecuteMethodException
This class represents the exceptions produced in DataService module when you try to invoke a method.class
ObjectNotExistException
This class represents the exceptions produced in DataService module when you look for an ObjectData that does not exist in the database. -
Uses of DataClayException in es.bsc.dataclay.exceptions.dbhandler
Subclasses of DataClayException in es.bsc.dataclay.exceptions.dbhandler Modifier and Type Class Description class
DbHandlerException
This class represents the exceptions produced in DbHandler module.class
DbObjectAlreadyExistException
This class represents the exception produced in DbHandler module when no Object is found in a query.class
DbObjectNotExistException
This class represents the exception produced in DbHandler module when no Object is found in a query. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.accountmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.accountmgr Modifier and Type Class Description class
AccountAlreadyExistException
This class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.class
AccountNotExistException
This class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.class
InvalidCredentialsException
This class represents the exceptions produced in AccountManager module when invalid Credentials are provided: wrong association Account-Credential... -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.classmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.classmgr Modifier and Type Class Description class
AnnotationDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Annotation language-dependant information which is already registered.class
ClassDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a class language-dependant information which is already registered.class
ClassInIncludesException
This class represents the exceptions produced in ClassManager module when you a class is included by some property, operation or implementation and must not.class
ClassNotExistsException
This class represents the exceptions produced in ClassManager module when you try to retrieve a class that does not exist in the database.class
ImplementationNotExistException
This class represents the exceptions produced in ClassManager module when some Implementation was not found for some reason.class
NoMoreImplementationsInOperationException
This class represents the exceptions produced in ClassManager module when you try to remove an implementation from an Operation that just have this implementation.class
OperationAlreadyInClassException
This class represents the exceptions produced in ClassManager module when you try to add a new Operation to a class which already has it in the database.class
OperationDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Operation language-dependant information which is already registered.class
OperationNotExistException
This class represents the exceptions produced in ClassManager module when some Operation was not found for some reason.class
OperationNotInClassException
This class represents the exceptions produced in ClassManager module when some operation was not found in some class for some reason.class
PropertyAlreadyInClassException
This class represents the exceptions produced in ClassManager module when you try to add a new Property to a class which already has it in the database.class
PropertyDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Property language-dependant information which is already registered.class
PropertyNotExistException
This class represents the exceptions produced in ClassManager module when some Property was not found for some reason.class
PropertyNotInClassException
This class represents the exceptions produced in ClassManager module when some Property was not found in some class for some reason.class
SetterOrGetterOperationsCannotBeRemoved
This class represents the exceptions produced in ClassManager module when trying to remove a default getter or setter operation.class
TypeDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Type language-dependant information which is already registered.class
UnsupportedLanguage
This class represents the exceptions produced in ClassManager module when you try to do some type of operation and the RunTime doesn't recognize or doesn't support the language code. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.contractmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.contractmgr Modifier and Type Class Description class
AccountAlreadyRegisteredInContract
This class represents the exception produced in ContractManager when an account pretends to be registered in it, but it already was.class
AccountNotRegisteredInContract
This class represents the exception produced in ContractManager when an account is not registered in a contract and it should be.class
ContractNotActiveException
This class represents the exception produced in ContractManager when a contract has to be used but it is not active.class
ContractNotExistException
This class represents the exception produced in ContractManager when a contract does not exist.class
ContractNotPublicException
This class represents the exception produced in ContractManager when a contract is expected to be public and it is not.class
InterfaceNotInContractException
This class represents the exception produced in ContractManager when a contract cannot access a specific interface. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.datacontractmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.datacontractmgr Modifier and Type Class Description class
AccountAlreadyHasADataContractWithProvider
This class represents the exception produced in DataContractManager when an account already has a data contract with a specific dataset.class
AccountHasNoDataContractWithProvider
This class represents the exception produced in DataContractManager when an account is not registered in a contract and it should be.class
DataContractNotActiveException
This class represents the exception produced in DataContractManager when a datacontract has to be used but it is not active.class
DataContractNotExistException
This class represents the exception produced in DataContractManager when a datacontract does not exist.class
DataContractNotPublicException
This class represents the exception produced in DataContractManager when a datacontract is expected to be public and it is not. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.datasetmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.datasetmgr Modifier and Type Class Description class
DataSetDoesNotExistException
This class represents the exceptions produced in DataSetManager module when a DataSet does not exist.class
DataSetExistsException
This class represents the exceptions produced in DataSetManager module when a DataSet already exists. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.interfacemgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.interfacemgr Modifier and Type Class Description class
InterfaceNotExistsException
This class represents the exception occurred when an interface is not found. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.namespacemgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.namespacemgr Modifier and Type Class Description class
AccountNotResponsibleOfNamespace
This class represents the exceptions produced in NamespaceManager module when a Namespace does not belong to account provided.class
ImportedInterfaceInUseException
This class represents the exceptions produced in NamespaceManager module when an imported interface is in use.class
InterfaceAlreadyImportedException
This class represents the exceptions produced in NamespaceManager module when trying to improt an interface that is already imported.class
InterfaceNotImportedException
This class represents the exceptions produced in NamespaceManager module when interface is not imported.class
NamespaceDoesNotExistException
This class represents the exceptions produced in NamespaceManager module when a Namespace does not exist.class
NamespaceExistsException
This class represents the exceptions produced in NamespaceManager module when a Namespace already exists. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.notificationmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.notificationmgr Modifier and Type Class Description class
EventListenerAlreadyRegisteredException
This class represents the exceptions produced in NotificationManager module when some event listener specified is already registered.class
EventListenerNotRegisteredException
This class represents the exceptions produced in NotificationManager module when some event listener specified is not registered.class
EventMessageAlreadyStoredException
This class represents the exceptions produced in NotificationManager module when some event message specified is already registered.class
EventMessageNotRegisteredException
This class represents the exceptions produced in NotificationManager module when some event message is not registered.class
EventObjsMeetConditionAlreadyRegisteredException
This class represents the exceptions produced in NotificationManager module when some EventObjsMeetConditionspecified is already registered. -
Uses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.sessionmgr
Subclasses of DataClayException in es.bsc.dataclay.exceptions.logicmodule.sessionmgr Modifier and Type Class Description class
SessionExternalIsNotActiveException
This class represents the exceptions produced in Session Manager module when an external Session is not active.class
SessionExternalNotExistException
This class represents the exceptions produced in Session Manager module when an external Session does not exist.class
SessionIsNotActiveException
This class represents the exceptions produced in Session Manager module when a Session is not active.class
SessionNotExistException
This class represents the exceptions produced in Session Manager module when a Session does not belong to specific account. -
Uses of DataClayException in es.bsc.dataclay.exceptions.metadataservice
Subclasses of DataClayException in es.bsc.dataclay.exceptions.metadataservice Modifier and Type Class Description class
AliasAlreadyInUseException
This class represents the exceptions produced in MetaDataService module when some alias is already being used.class
ExecutionEnvironmentAlreadyExistsException
This class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.class
ExecutionEnvironmentNotExistException
This class represents the exceptions produced in MetaDataService module when a backend specified does not exist.class
ExternalDataClayNotRegisteredException
This class represents the exceptions produced in MetaDataService module when an external dataClay specified is not registeredclass
MultipleAliasesException
This class represents the exceptions produced in MetaDataService module when some alias is already being used.class
ObjectAlreadyRegisteredException
This class represents the exceptions produced in MetaDataService module when some object specified is already registered.class
ObjectHasReplicas
This class represents the exceptions produced in MetaDataService module when some object has replicas.class
ObjectNotRegisteredException
This class represents the exceptions produced in MetaDataService module when some object specified is not registered.class
StorageLocationAlreadyExistsException
This class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.class
StorageLocationNotExistException
This class represents the exceptions produced in MetaDataService module when a backend specified does not exist.
-