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 classDataClayRuntimeExceptionThis class represents the exceptions produced.classJavaExecutionExceptionThis class represents the Java exceptions produced in Execution Environment.classLanguageExecutionExceptionThis 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 classClassDeploymentExceptionThis class represents the exceptions produced in DataService module when cannot deploy a specific execution class.classCleanExecutionClassesDirExceptionThis class represents the exceptions produced in DataService module when cannot remove the execution classes directory.classExecuteMethodExceptionThis class represents the exceptions produced in DataService module when you try to invoke a method.classObjectNotExistExceptionThis 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 classDbHandlerExceptionThis class represents the exceptions produced in DbHandler module.classDbObjectAlreadyExistExceptionThis class represents the exception produced in DbHandler module when no Object is found in a query.classDbObjectNotExistExceptionThis 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 classAccountAlreadyExistExceptionThis class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.classAccountNotExistExceptionThis class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.classInvalidCredentialsExceptionThis 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 classAnnotationDepInfoAlreadyRegisteredExceptionThis class represents the exceptions produced in ClassManager module when you try to register into a Annotation language-dependant information which is already registered.classClassDepInfoAlreadyRegisteredExceptionThis class represents the exceptions produced in ClassManager module when you try to register into a class language-dependant information which is already registered.classClassInIncludesExceptionThis class represents the exceptions produced in ClassManager module when you a class is included by some property, operation or implementation and must not.classClassNotExistsExceptionThis class represents the exceptions produced in ClassManager module when you try to retrieve a class that does not exist in the database.classImplementationNotExistExceptionThis class represents the exceptions produced in ClassManager module when some Implementation was not found for some reason.classNoMoreImplementationsInOperationExceptionThis class represents the exceptions produced in ClassManager module when you try to remove an implementation from an Operation that just have this implementation.classOperationAlreadyInClassExceptionThis 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.classOperationDepInfoAlreadyRegisteredExceptionThis class represents the exceptions produced in ClassManager module when you try to register into a Operation language-dependant information which is already registered.classOperationNotExistExceptionThis class represents the exceptions produced in ClassManager module when some Operation was not found for some reason.classOperationNotInClassExceptionThis class represents the exceptions produced in ClassManager module when some operation was not found in some class for some reason.classPropertyAlreadyInClassExceptionThis 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.classPropertyDepInfoAlreadyRegisteredExceptionThis class represents the exceptions produced in ClassManager module when you try to register into a Property language-dependant information which is already registered.classPropertyNotExistExceptionThis class represents the exceptions produced in ClassManager module when some Property was not found for some reason.classPropertyNotInClassExceptionThis class represents the exceptions produced in ClassManager module when some Property was not found in some class for some reason.classSetterOrGetterOperationsCannotBeRemovedThis class represents the exceptions produced in ClassManager module when trying to remove a default getter or setter operation.classTypeDepInfoAlreadyRegisteredExceptionThis class represents the exceptions produced in ClassManager module when you try to register into a Type language-dependant information which is already registered.classUnsupportedLanguageThis 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 classAccountAlreadyRegisteredInContractThis class represents the exception produced in ContractManager when an account pretends to be registered in it, but it already was.classAccountNotRegisteredInContractThis class represents the exception produced in ContractManager when an account is not registered in a contract and it should be.classContractNotActiveExceptionThis class represents the exception produced in ContractManager when a contract has to be used but it is not active.classContractNotExistExceptionThis class represents the exception produced in ContractManager when a contract does not exist.classContractNotPublicExceptionThis class represents the exception produced in ContractManager when a contract is expected to be public and it is not.classInterfaceNotInContractExceptionThis 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 classAccountAlreadyHasADataContractWithProviderThis class represents the exception produced in DataContractManager when an account already has a data contract with a specific dataset.classAccountHasNoDataContractWithProviderThis class represents the exception produced in DataContractManager when an account is not registered in a contract and it should be.classDataContractNotActiveExceptionThis class represents the exception produced in DataContractManager when a datacontract has to be used but it is not active.classDataContractNotExistExceptionThis class represents the exception produced in DataContractManager when a datacontract does not exist.classDataContractNotPublicExceptionThis 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 classDataSetDoesNotExistExceptionThis class represents the exceptions produced in DataSetManager module when a DataSet does not exist.classDataSetExistsExceptionThis 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 classInterfaceNotExistsExceptionThis 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 classAccountNotResponsibleOfNamespaceThis class represents the exceptions produced in NamespaceManager module when a Namespace does not belong to account provided.classImportedInterfaceInUseExceptionThis class represents the exceptions produced in NamespaceManager module when an imported interface is in use.classInterfaceAlreadyImportedExceptionThis class represents the exceptions produced in NamespaceManager module when trying to improt an interface that is already imported.classInterfaceNotImportedExceptionThis class represents the exceptions produced in NamespaceManager module when interface is not imported.classNamespaceDoesNotExistExceptionThis class represents the exceptions produced in NamespaceManager module when a Namespace does not exist.classNamespaceExistsExceptionThis 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 classEventListenerAlreadyRegisteredExceptionThis class represents the exceptions produced in NotificationManager module when some event listener specified is already registered.classEventListenerNotRegisteredExceptionThis class represents the exceptions produced in NotificationManager module when some event listener specified is not registered.classEventMessageAlreadyStoredExceptionThis class represents the exceptions produced in NotificationManager module when some event message specified is already registered.classEventMessageNotRegisteredExceptionThis class represents the exceptions produced in NotificationManager module when some event message is not registered.classEventObjsMeetConditionAlreadyRegisteredExceptionThis 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 classSessionExternalIsNotActiveExceptionThis class represents the exceptions produced in Session Manager module when an external Session is not active.classSessionExternalNotExistExceptionThis class represents the exceptions produced in Session Manager module when an external Session does not exist.classSessionIsNotActiveExceptionThis class represents the exceptions produced in Session Manager module when a Session is not active.classSessionNotExistExceptionThis 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 classAliasAlreadyInUseExceptionThis class represents the exceptions produced in MetaDataService module when some alias is already being used.classExecutionEnvironmentAlreadyExistsExceptionThis class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.classExecutionEnvironmentNotExistExceptionThis class represents the exceptions produced in MetaDataService module when a backend specified does not exist.classExternalDataClayNotRegisteredExceptionThis class represents the exceptions produced in MetaDataService module when an external dataClay specified is not registeredclassMultipleAliasesExceptionThis class represents the exceptions produced in MetaDataService module when some alias is already being used.classObjectAlreadyRegisteredExceptionThis class represents the exceptions produced in MetaDataService module when some object specified is already registered.classObjectHasReplicasThis class represents the exceptions produced in MetaDataService module when some object has replicas.classObjectNotRegisteredExceptionThis class represents the exceptions produced in MetaDataService module when some object specified is not registered.classStorageLocationAlreadyExistsExceptionThis class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.classStorageLocationNotExistExceptionThis class represents the exceptions produced in MetaDataService module when a backend specified does not exist.
-