Sonic ESB API

com.sonicsw.xq
Class XQEndpointNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.xq.XQException
              extended by com.sonicsw.xq.XQEndpointException
                  extended by com.sonicsw.xq.XQEndpointNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class XQEndpointNotFoundException
extends XQEndpointException

This exception is thrown when the lookup of an XQEndpoint failed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sonicsw.xq.XQException
UNSPECIFIED
 
Constructor Summary
XQEndpointNotFoundException(java.lang.String reason)
          Constructs an XQEndpointNotFoundException with the specified detailed reason.
XQEndpointNotFoundException(java.lang.String reason, java.lang.Throwable throwable)
          Constructs an XQEndpointNotFoundException with the specified detailed reason and linked to the specified exception.
XQEndpointNotFoundException(java.lang.Throwable throwable)
          Constructs an XQEndpointNotFoundException linked to the specified exception.
 
Method Summary
 
Methods inherited from class com.sonicsw.xq.XQException
getErrorID, getLinkedException, getLocalizedMessage, getMessage, setErrorID, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQEndpointNotFoundException

public XQEndpointNotFoundException(java.lang.String reason)
Constructs an XQEndpointNotFoundException with the specified detailed reason.

Parameters:
reason - The explanation for the exception.

XQEndpointNotFoundException

public XQEndpointNotFoundException(java.lang.Throwable throwable)
Constructs an XQEndpointNotFoundException linked to the specified exception.

Parameters:
throwable - The linked exception.

XQEndpointNotFoundException

public XQEndpointNotFoundException(java.lang.String reason,
                                   java.lang.Throwable throwable)
Constructs an XQEndpointNotFoundException with the specified detailed reason and linked to the specified exception.

Parameters:
reason - The explanation for the exception.
throwable - The linked exception.

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.