com.sonicsw.xq
Class XQAccessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sonicsw.xq.XQException
com.sonicsw.xq.XQAccessorException
- All Implemented Interfaces:
- java.io.Serializable
public class XQAccessorException
- extends XQException
This Exception is thrown when there is a problem with a XQAccessor
- See Also:
XQAccessor
,
Serialized Form
Constructor Summary |
XQAccessorException(java.lang.String reason)
Constructs an XQAccessorException with the specified textual description |
XQAccessorException(java.lang.String reason,
java.lang.Throwable throwable)
Construct an XQAccessorException with the specified reason and the specified
linked Throwable |
XQAccessorException(java.lang.Throwable throwable)
Construct an XQAccessorException with the specified linked 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 |
XQAccessorException
public XQAccessorException(java.lang.String reason)
- Constructs an XQAccessorException with the specified textual description
- Parameters:
reason
- the reason for the exception
XQAccessorException
public XQAccessorException(java.lang.Throwable throwable)
- Construct an XQAccessorException with the specified linked Throwable.
- Parameters:
throwable
- the Throwable to link to this Exception
XQAccessorException
public XQAccessorException(java.lang.String reason,
java.lang.Throwable throwable)
- Construct an XQAccessorException with the specified reason and the specified
linked Throwable
- Parameters:
reason
- the reason for the exceptionthrowable
- the linked Throwable
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.