Apache CXF API

org.apache.cxf.transport.jms.uri
Class ResolveEndpointFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.transport.jms.uri.ResolveEndpointFailedException
All Implemented Interfaces:
Serializable

public class ResolveEndpointFailedException
extends RuntimeException

A runtime exception thrown if an Endpoint cannot be resolved via URI

See Also:
Serialized Form

Constructor Summary
ResolveEndpointFailedException(String uri, String message)
           
ResolveEndpointFailedException(String uri, Throwable cause)
           
 
Method Summary
 String getUri()
           
 
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

ResolveEndpointFailedException

public ResolveEndpointFailedException(String uri,
                                      Throwable cause)

ResolveEndpointFailedException

public ResolveEndpointFailedException(String uri,
                                      String message)
Method Detail

getUri

public String getUri()

Apache CXF API

Apache CXF