Sonic ESB API

com.sonicsw.xq
Class XQAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.xq.XQException
              extended by 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

Field Summary
 
Fields inherited from class com.sonicsw.xq.XQException
UNSPECIFIED
 
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.
 
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

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 exception
throwable - the linked Throwable

Sonic ESB API

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