Sonic ESB API

com.sonicsw.xq
Class XQEndpointTimeoutException

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.XQEndpointTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class XQEndpointTimeoutException
extends XQEndpointException

This exception is thrown when an XQEndpoint operation times out.

See Also:
XQEndpoint.call(XQMessage, long), Serialized Form

Field Summary
 
Fields inherited from class com.sonicsw.xq.XQException
UNSPECIFIED
 
Constructor Summary
XQEndpointTimeoutException(java.lang.String reason)
          Constructs an XQEndpointTimeoutException with the specified detailed reason.
XQEndpointTimeoutException(java.lang.String reason, java.lang.Throwable exception)
          Constructs an XQEndpointTimeoutException with the specified detailed reason and linked to the specified exception.
XQEndpointTimeoutException(java.lang.Throwable exception)
          Constructs an XQEndpointTimeoutException 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

XQEndpointTimeoutException

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

Parameters:
reason - The explanation for the exception.

XQEndpointTimeoutException

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

Parameters:
exception - The linked exception.

XQEndpointTimeoutException

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

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

Sonic ESB API

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