de.fzj.unicore.wsrflite.utils.deployment.exceptions
Class ServiceJarFileManifestFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ServiceJarFileManifestFormatException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceJarFileManifestFormatException

public ServiceJarFileManifestFormatException()


Copyright © 2010. All Rights Reserved.