org.xmldb.api.base
Class ErrorCodes

java.lang.Object
  extended byorg.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


Field Summary
static int INVALID_COLLECTION
           
static int INVALID_DATABASE
           
static int INVALID_RESOURCE
           
static int INVALID_SERVICE
           
static int INVALID_URI
           
static int NO_SUCH_COLLECTION
           
static int NO_SUCH_DATABASE
           
static int NO_SUCH_RESOURCE
           
static int NO_SUCH_SERVICE
           
static int NOT_IMPLEMENTED
           
static int PERMISSION_DENIED
           
static int UNKNOWN_ERROR
           
static int UNKNOWN_RESOURCE_TYPE
           
static int VENDOR_ERROR
           
static int WRONG_CONTENT_TYPE
           
 
Constructor Summary
ErrorCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ErrorCodes

public ErrorCodes()


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.