org.talend.esb.servicelocator.client
Class EndpointNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talend.esb.servicelocator.client.ServiceLocatorException
              extended by org.talend.esb.servicelocator.client.EndpointNotFoundException
All Implemented Interfaces:
Serializable

public class EndpointNotFoundException
extends ServiceLocatorException

See Also:
Serialized Form

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

EndpointNotFoundException

public EndpointNotFoundException()

EndpointNotFoundException

public EndpointNotFoundException(String msg)

EndpointNotFoundException

public EndpointNotFoundException(Throwable cause)

EndpointNotFoundException

public EndpointNotFoundException(String msg,
                                 Throwable cause)


Copyright © 2011–2014 Talend Inc.. All rights reserved.