Uses of Class
com.intel.gpe.clients.api.exceptions.GPEException

Packages that use GPEException
com.intel.gpe.clients.api.exceptions   
com.intel.gpe.clients.api.fts.byteio   
 

Uses of GPEException in com.intel.gpe.clients.api.exceptions
 

Subclasses of GPEException in com.intel.gpe.clients.api.exceptions
 class GPEAddRefusedException
          Exception thrown in the case when Registry refuses to register the entry given.
 class GPEApplicationNotAddedException
          Exception thrown in the case when TS-management refuses to add an application to a TargetSystem.
 class GPEApplicationNotRemovedException
          Exception thrown in the case when TS-management refuses to remove application from a TargetSystem.
 class GPECertificateProcessionException
          Exception thrown in the case when client-side security setup fails to obtain required information from the certificate provided.
 class GPEClientException
          Top of GPE client-side exception hierarchy.
 class GPEContentCreationFailedException
          Exception thrown in the case when Registry fails to create RegistryEntry during registration.
 class GPEDirectoryNotCreatedException
          Exception thrown in the case when StorageManagement fails to create a directory.
 class GPEDirectoryNotListedException
          Exception thrown in the case when StorageManagement fails to list contents of a directory.
 class GPEExportFileResourceNotCreatedException
          Exception thrown in the case when StorageManagement fails to create FileEmportResource.
 class GPEFileNotCopiedException
          Exception thrown in the case when StorageManagement fails to copy a file.
 class GPEFileNotDeletedException
          Exception thrown in the case when StorageManagement fails to delete file.
 class GPEFileNotRenamedException
          Exception thrown in the case when StorageManagement fails to rename a file.
 class GPEFilePropertiesNotListedException
          Exception thrown in the case when StorageManagement fails to list file properties.
 class GPEFileTransferProtocolNotSupportedException
          Exception thrown in the case when given file transfer is not supported by a TargetSystem.
 class GPEFTPException
          Exception thrown when FTP input/output operation fails.
 class GPEGASSException
          Exception thrown when GASS file transfer operation fails.
 class GPEHTTPIOException
          Exception thrown when HTTP input/output operation fails.
 class GPEImportFileResourceNotCreatedException
          Exception thrown in the case when StorageManagement fails to create FileImportResource.
 class GPEIncarnationCreationFailedException
          Exception thrown when TS-management fails to parse an incarnation template.
 class GPEInvalidQueryExpressionException
          Exception thrown when server failed to process query resource properties expression.
 class GPEInvalidResourcePropertyQNameException
          Exception thrown when a given resoure does not provide a property with given QName.
 class GPEInvalidTopicExpressionException
          Exception thrown when server does not support given notification topic expression dialect.
 class GPEJobNotAbortedException
          Exception thrown when JobManagement fails to abort a job.
 class GPEJobNotHeldException
          Exception thrown when JobManagement fails to hold a job.
 class GPEJobNotResumedException
          Exception thrown when JobManagement fails to resume a job.
 class GPEJobNotStartedException
          Exception thrown when JobManagement fails to start a job.
 class GPEJobNotSubmittedException
          Exception thrown when TargetSystem does not accept a submitted job.
 class GPEMarshallingException
          Exception thrown when something bad happens during conversion from object to XML representation.
 class GPEMiddlewareException
          Top of GPE middleware exceptions hierarchy.
 class GPEMiddlewareRemoteException
          Exception representing a RemoteException for an actual middleware.
 class GPEMiddlewareServiceException
          Exception representing ServiceException for an actual middleware.
 class GPEPermissionsNotChangedException
          Exception thrown when StorageManagement fails to change permissions for a given file.
 class GPEQueryEvaluationErrorException
          Exception thrown when something bad happens on the server during evaluation of query resource properties expression.
 class GPEQueryLanguageException
          Exception representing query language exceptions for a given query expression evaluator.
 class GPEResourceNotDestroyedException
          Exception thrown when WSRF-HE fails to destroy a given resource.
 class GPEResourceUnknownException
          Exception thrown when WSRF-HE fails to find a resource with given resource identifier.
 class GPESecurityException
          Exception thrown when GPE client-side fails to setup security for the connection.
 class GPEServiceException
          Top of server-side exceptions hierarchy.
 class GPEStorageClientException
          The exception can be thrown by some storage client operations.
 class GPESubscribeCreationFailedException
          Exception thrown when WSRF-HE fails to create a subscriotion resource.
 class GPETerminationTimeChangeRejectedException
          Exception thrown when WSRF-HE fails to change TerminationTime of a resource due to resource implementation logic.
 class GPETopicDialectUnknownException
          Exception thrown when notification subscription manager does not support given notification topic dialect.
 class GPETopicNotSupportedException
          Exception thrown by WSRF-HE when the resource does not support a given notification topic.
 class GPETSRNotCreatedException
          Exception thrown by TargetSystemFactory when it fails to create a target system with given configuration.
 class GPEUnableToSetTerminationTimeException
          Exception thrown when WSRF-HE fails to change TerminationTime of a resource.
 class GPEUnknownQueryExpressionDialectException
          Exception thrown if query expression evaluator does not support a given query expression dialect.
 class GPEUnmarshallingException
          Exception thrown if something bad happens during convertation from XML representation to object.
 class GPEUnsupportedMemberInterfaceException
          Exception thrown by Registry if it rejects the given entry due to member interface requirements of membership content rules.
 class GPEUserNotAddedException
          Exception thrown when TS-Management refuses to add a user to a TargetSystem.
 class GPEUserNotRemovedException
          Exception thrown when TS-Management refuses to remove a user from a TargetSystem.
 class GPEUserNotUpdatedException
          Exception thrown when TS-Management refuses to add a user to a TargetSystem.
 class GPEVirtualWorkspaceShutdownException
           
 class GPEWrongJobTypeException
          Exception thrown when TargetSystem does not support job of a given type (i.e., atmoic target system and workflow job).
 

Constructors in com.intel.gpe.clients.api.exceptions with parameters of type GPEException
GPEFaultWrapper(GPEException e)
           
 

Uses of GPEException in com.intel.gpe.clients.api.fts.byteio
 

Subclasses of GPEException in com.intel.gpe.clients.api.fts.byteio
 class GPEByteIOCustomException
           
 class GPEByteIOReadNotPermittedException
           
 class GPEByteIOSeekNotPermittedException
           
 class GPEByteIOTruncateNotPermittedException
           
 class GPEByteIOUnsupportedClientTransferMechanismException
           
 class GPEByteIOUnsupportedTransferException
           
 class GPEByteIOWriteNotPermittedException
           
 



Copyright © 2008. All Rights Reserved.