org.objectweb.cjdbc.common.exceptions
Interface ExceptionTypes


public interface ExceptionTypes

Provides standard to exceptions types when complete new Exception classes are not needed.

Author:
Nicolas Modrzyk

Field Summary
static java.lang.String AUTHENTICATION_FAILED
          Authentication failed
static java.lang.String BACKEND_CANNOT_BE_DISABLED
          Cannot disable backend exception
static java.lang.String BACKEND_NOT_ACCESSIBLE
          Cannot get access to backend exception
static java.lang.String CLIENT_NOT_FOUND
          Client not found exception
static java.lang.String DATABASE_NOT_FOUND
          Database not found
static java.lang.String INVALID_COLLECTOR_TYPE
          Invalid Data type for collector
static java.lang.String NO_CACHE_ENABLED
          No cache enabled exception
static java.lang.String NO_RECOVERY_LOG
          No Recovery log defined exception
static java.lang.String NOT_IMPLEMENTED
          Not Implemented exception
static java.lang.String XML_DOCUMENT_INVALID
          Xml Document invalid
 

Field Detail

NO_CACHE_ENABLED

public static final java.lang.String NO_CACHE_ENABLED
No cache enabled exception

See Also:
Constant Field Values

NOT_IMPLEMENTED

public static final java.lang.String NOT_IMPLEMENTED
Not Implemented exception

See Also:
Constant Field Values

BACKEND_NOT_ACCESSIBLE

public static final java.lang.String BACKEND_NOT_ACCESSIBLE
Cannot get access to backend exception

See Also:
Constant Field Values

BACKEND_CANNOT_BE_DISABLED

public static final java.lang.String BACKEND_CANNOT_BE_DISABLED
Cannot disable backend exception

See Also:
Constant Field Values

CLIENT_NOT_FOUND

public static final java.lang.String CLIENT_NOT_FOUND
Client not found exception

See Also:
Constant Field Values

INVALID_COLLECTOR_TYPE

public static final java.lang.String INVALID_COLLECTOR_TYPE
Invalid Data type for collector

See Also:
Constant Field Values

AUTHENTICATION_FAILED

public static final java.lang.String AUTHENTICATION_FAILED
Authentication failed

See Also:
Constant Field Values

DATABASE_NOT_FOUND

public static final java.lang.String DATABASE_NOT_FOUND
Database not found

See Also:
Constant Field Values

XML_DOCUMENT_INVALID

public static final java.lang.String XML_DOCUMENT_INVALID
Xml Document invalid

See Also:
Constant Field Values

NO_RECOVERY_LOG

public static final java.lang.String NO_RECOVERY_LOG
No Recovery log defined exception

See Also:
Constant Field Values


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.