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

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

public class ServiceNotUndeployableException
extends Exception

Is thrown in case of an unsuccessful service undeployment attempt.

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

Constructor Summary
ServiceNotUndeployableException(String msg)
           
ServiceNotUndeployableException(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

ServiceNotUndeployableException

public ServiceNotUndeployableException(String msg)

ServiceNotUndeployableException

public ServiceNotUndeployableException(String msg,
                                       Throwable cause)


Copyright © 2010. All Rights Reserved.