org.ow2.petals.microkernel.api.system.repository.exception
Class ServiceAssemblyAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.microkernel.api.system.repository.exception.RepositoryException
              extended by org.ow2.petals.microkernel.api.system.repository.exception.ServiceAssemblyAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ServiceAssemblyAlreadyExistsException
extends RepositoryException

See Also:
Serialized Form

Constructor Summary
ServiceAssemblyAlreadyExistsException(String saName, Throwable e)
           
 
Method Summary
 String getServiceAssemblyName()
           
 
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

ServiceAssemblyAlreadyExistsException

public ServiceAssemblyAlreadyExistsException(String saName,
                                             Throwable e)
Method Detail

getServiceAssemblyName

public String getServiceAssemblyName()


Copyright © 2005-2015 Linagora. All Rights Reserved.