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

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

public class ServiceAlreadyExistsException
extends Exception

Is thrown in case of a name collision between an existing service and a service deployment attempt via AdminTool.

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

Constructor Summary
ServiceAlreadyExistsException()
           
 
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

ServiceAlreadyExistsException

public ServiceAlreadyExistsException()


Copyright © 2010. All Rights Reserved.