com.sonicsw.xq
Class XQEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sonicsw.xq.XQException
com.sonicsw.xq.XQEndpointException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- XQEndpointCreationException, XQEndpointNotFoundException, XQEndpointTimeoutException
public class XQEndpointException
- extends XQException
This exception is thrown when an XQEndpoint operation failed.
- See Also:
- Serialized Form
Constructor Summary |
XQEndpointException(java.lang.String reason)
Constructs an XQEndpointException with an unspecified error code,
the specified message and without a linked exception. |
XQEndpointException(java.lang.String reason,
java.lang.Throwable throwable)
Constructs an XQEndpointException with an unspecified error code,
the specified message and the specified linked exception. |
XQEndpointException(java.lang.Throwable throwable)
Constructs an XQEndpointException with an unspecified error code,
an empty message and the specified linked exception. |
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 |
XQEndpointException
public XQEndpointException(java.lang.String reason)
- Constructs an XQEndpointException with an unspecified error code,
the specified message and without a linked exception.
- Parameters:
reason
- The explanation for the exception.
XQEndpointException
public XQEndpointException(java.lang.Throwable throwable)
- Constructs an XQEndpointException with an unspecified error code,
an empty message and the specified linked exception.
- Parameters:
throwable
- The linked exception.
XQEndpointException
public XQEndpointException(java.lang.String reason,
java.lang.Throwable throwable)
- Constructs an XQEndpointException with an unspecified error code,
the specified message and the specified linked exception.
- Parameters:
reason
- The explanation for the exception.throwable
- The linked exception.
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.