Sonic ESB API

com.sonicsw.xq
Class XQContentTypeException

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
                  extended by com.sonicsw.xq.XQContentTypeException
All Implemented Interfaces:
java.io.Serializable

public class XQContentTypeException
extends XQMessageException

A XQContentTypeException is a specific form of XQMessageException. It is used to indicate that there has been a problem with a XQMessage due to a problem with the message content.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sonicsw.xq.XQException
UNSPECIFIED
 
Constructor Summary
XQContentTypeException(java.lang.String reason)
          Create an XQContentTypeException with the specified reason string
XQContentTypeException(java.lang.String reason, java.lang.Throwable throwable)
          Create an XQContentTypeException with the specified reason string and the link Throwable
XQContentTypeException(java.lang.Throwable throwable)
          Create an XQContentTypeException 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

XQContentTypeException

public XQContentTypeException(java.lang.String reason)
Create an XQContentTypeException with the specified reason string

Parameters:
reason - the reason for this exception

XQContentTypeException

public XQContentTypeException(java.lang.Throwable throwable)
Create an XQContentTypeException with the specified linked Throwable

Parameters:
throwable - the Throwable to link to this exception

XQContentTypeException

public XQContentTypeException(java.lang.String reason,
                              java.lang.Throwable throwable)
Create an XQContentTypeException with the specified reason string and the link Throwable

Parameters:
reason - the reason for this exception
throwable - the Throwable to link to this exception

Sonic ESB API

Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.