de.fzj.unicore.wsrflite.utils.deployment.exceptions
Class ServiceJarFileManifestFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceJarFileManifestFormatException
- All Implemented Interfaces:
- Serializable
public class ServiceJarFileManifestFormatException
- extends Exception
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
- Author:
- j.daivandy@fz-juelich.de
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceJarFileManifestFormatException
public ServiceJarFileManifestFormatException()
Copyright © 2010. All Rights Reserved.