com.marklogic.xcc.exceptions
Class XccException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RequestException, XccConfigException
public abstract class XccException
- extends Exception
Superclass of all exceptions specific to XCC.
This is an abstract class and will never be thrown
directly. Only subclasses will be ever be thrown.
You can name this class in a try/catch clause to
catch all checked XCC exceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XccException
protected XccException(String message)
XccException
protected XccException(String message,
Throwable cause)
Copyright © 2003-2010 Mark Logic Corporation, All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com