com.sonicsw.xq
Class XQServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sonicsw.xq.XQException
com.sonicsw.xq.XQServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SFCServiceException
public class XQServiceException
- extends XQException
A standard exception wrapper thrown by XQService.
- See Also:
- Serialized Form
Constructor Summary |
XQServiceException(java.lang.String reason)
Construct an XQServiceException containing the specified
textual reason. |
XQServiceException(java.lang.String reason,
java.lang.Throwable throwable)
Construct an XQServiceException that contains the specified
textual description and also wraps a Throwable . |
XQServiceException(java.lang.Throwable throwable)
Construct an XQServiceException that wraps the specified
Throwable . |
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 |
XQServiceException
public XQServiceException(java.lang.String reason)
- Construct an
XQServiceException
containing the specified
textual reason.
- Parameters:
reason
- a String
describing the reason for this exception
XQServiceException
public XQServiceException(java.lang.Throwable throwable)
- Construct an
XQServiceException
that wraps the specified
Throwable
.
- Parameters:
throwable
- the Throwable
we want to wrap
XQServiceException
public XQServiceException(java.lang.String reason,
java.lang.Throwable throwable)
- Construct an
XQServiceException
that contains the specified
textual description and also wraps a Throwable
.
- Parameters:
reason
- a String
describing the reason for this exceptionthrowable
- the Throwable
we want to wrap
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.