org.ow2.petals.microkernel.api.jbi.messaging.registry
Class EndpointAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by org.ow2.petals.microkernel.api.jbi.messaging.registry.RegistryException
                  extended by org.ow2.petals.microkernel.api.jbi.messaging.registry.EndpointAlreadyExistsException
All Implemented Interfaces:
Serializable

public class EndpointAlreadyExistsException
extends RegistryException

Author:
Christophe Deneux - EBM WebSourcing
See Also:
Serialized Form

Constructor Summary
EndpointAlreadyExistsException(String existingEndpointName, QName existingEndpointService)
           
 
Method Summary
 String getExistingEndpointName()
           
 QName getExistingEndpointService()
           
 
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

EndpointAlreadyExistsException

public EndpointAlreadyExistsException(String existingEndpointName,
                                      QName existingEndpointService)
Method Detail

getExistingEndpointName

public String getExistingEndpointName()

getExistingEndpointService

public QName getExistingEndpointService()


Copyright © 2005-2015 Linagora. All Rights Reserved.