Package de.fzj.unicore.wsrflite.utils.deployment.exceptions

Exception Summary
DeletionOfServiceInstanceNotPermittedException Is thrown in case of deletion attempts on non-deletable service instances.
NoWSRFServiceException Is thrown in case of a resource deletion attempt on a plain Web Service.
ServiceAlreadyExistsException Is thrown in case of a name collision between an existing service and a service deployment attempt via AdminTool.
ServiceDeploymentException Is thrown in case of a failed service deployment attempt to XFire.
ServiceDoesntExistException Is thrown in case of an undeployment attempt of a non-existant service.
ServiceJarFileManifestFormatException Is thrown if a plugin service jar file to be automatically deployed doesn't adhere to the expected format (note the trailing line/CR):
IFace-Class: packageName.InterfaceClass
Impl-Class: packageName.ImplementationClass
IsWSRF: true|false
IsPersistent: true|false

ServiceNotUndeployableException Is thrown in case of an unsuccessful service undeployment attempt.
 



Copyright © 2010. All Rights Reserved.