org.xmldb.api.base
Class ErrorCodes
java.lang.Object
|
+--org.xmldb.api.base.ErrorCodes
- public class ErrorCodes
- extends java.lang.Object
ErrorCodes defines XML:DB error codes that can be used to set the
errorCodes
attribute of an XMLDBException
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN_ERROR
public static final int UNKNOWN_ERROR
- See Also:
- Constant Field Values
VENDOR_ERROR
public static final int VENDOR_ERROR
- See Also:
- Constant Field Values
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
WRONG_CONTENT_TYPE
public static final int WRONG_CONTENT_TYPE
- See Also:
- Constant Field Values
PERMISSION_DENIED
public static final int PERMISSION_DENIED
- See Also:
- Constant Field Values
INVALID_URI
public static final int INVALID_URI
- See Also:
- Constant Field Values
NO_SUCH_SERVICE
public static final int NO_SUCH_SERVICE
- See Also:
- Constant Field Values
INVALID_SERVICE
public static final int INVALID_SERVICE
- See Also:
- Constant Field Values
NO_SUCH_COLLECTION
public static final int NO_SUCH_COLLECTION
- See Also:
- Constant Field Values
INVALID_COLLECTION
public static final int INVALID_COLLECTION
- See Also:
- Constant Field Values
NO_SUCH_RESOURCE
public static final int NO_SUCH_RESOURCE
- See Also:
- Constant Field Values
INVALID_RESOURCE
public static final int INVALID_RESOURCE
- See Also:
- Constant Field Values
UNKNOWN_RESOURCE_TYPE
public static final int UNKNOWN_RESOURCE_TYPE
- See Also:
- Constant Field Values
NO_SUCH_DATABASE
public static final int NO_SUCH_DATABASE
- See Also:
- Constant Field Values
INVALID_DATABASE
public static final int INVALID_DATABASE
- See Also:
- Constant Field Values
ErrorCodes
public ErrorCodes()
Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.