Sonic ESB API

com.sonicsw.xq
Class XQMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.xq.XQException
              extended by com.sonicsw.xq.XQMessageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XQContentTypeException

public class XQMessageException
extends XQException

A standard exception wrapper thrown by XQMessage and XQMessageFactory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sonicsw.xq.XQException
UNSPECIFIED
 
Constructor Summary
XQMessageException(java.lang.String reason)
          Construct an XQMessageException containing the specified textual reason.
XQMessageException(java.lang.String reason, java.lang.Throwable throwable)
          Construct an XQMessageException that contains the specified textual description and also wraps a Throwable
XQMessageException(java.lang.Throwable throwable)
          Construct an XQMessageException that wraps the specified 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

XQMessageException

public XQMessageException(java.lang.String reason)
Construct an XQMessageException containing the specified textual reason.

Parameters:
reason - a String describing the reason for this exception

XQMessageException

public XQMessageException(java.lang.Throwable throwable)
Construct an XQMessageException that wraps the specified Throwable

Parameters:
throwable - the Throwable we want to wrap

XQMessageException

public XQMessageException(java.lang.String reason,
                          java.lang.Throwable throwable)
Construct an XQMessageException that contains the specified textual description and also wraps a Throwable

Parameters:
reason - a String describing the reason for this exception
throwable - the Throwable we want to wrap

Sonic ESB API

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