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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceDeploymentException
All Implemented Interfaces:
Serializable

public class ServiceDeploymentException
extends RuntimeException

Is thrown in case of a failed service deployment attempt to XFire.

Author:
j.daivandy@fz-juelich.de
See Also:
Serialized Form

Constructor Summary
ServiceDeploymentException(String msg)
           
ServiceDeploymentException(String msg, Throwable cause)
           
 
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

ServiceDeploymentException

public ServiceDeploymentException(String msg)

ServiceDeploymentException

public ServiceDeploymentException(String msg,
                                  Throwable cause)


Copyright © 2010. All Rights Reserved.