com.sonicsw.xq
Class XQContentTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sonicsw.xq.XQException
com.sonicsw.xq.XQMessageException
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
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 |
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 |
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 exceptionthrowable
- the Throwable to link to this exception
Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.