edu.uoc.pfc.lcamps.persistenciaFW.constants
Class ErrorConstants

java.lang.Object
  extended by edu.uoc.pfc.lcamps.persistenciaFW.constants.ErrorConstants

public final class ErrorConstants
extends java.lang.Object

Classe que conté les constants dels possibles errors que es poden donar

Author:
Llorenç Camps 12/12/2013

Field Summary
static int ERROR_ACCES_MAPPING_CODI
           
static int ERROR_ANNOTATION_CLASS_MAPPING_CODI
           
static java.lang.String ERROR_ANNOTATION_CLASS_MAPPING_MSG
           
static int ERROR_ARGUMENT_MAPPING_CODI
           
static int ERROR_CLOSE_CODI
           
static java.lang.String ERROR_CLOSE_MSG
           
static int ERROR_COMMIT_CODI
           
static java.lang.String ERROR_COMMIT_MSG
           
static int ERROR_CONFIG_FILE_CODI
           
static int ERROR_CONFIG_FILE_CONFIGURAT_CODI
           
static java.lang.String ERROR_CONFIG_FILE_CONFIGURAT_MSG
           
static java.lang.String ERROR_CONFIG_FILE_MSG
           
static int ERROR_CONNECTION_NULL_CODI
           
static java.lang.String ERROR_CONNECTION_NULL_MSG
           
static int ERROR_GENERATE_BEANS_CODI
           
static java.lang.String ERROR_GENERATE_BEANS_MSG
           
static java.lang.String ERROR_GENERIC_DATABASE_MSG
           
static int ERROR_GET_CONNECTION_CODI
           
static java.lang.String ERROR_GET_CONNECTION_MSG
           
static int ERROR_GET_METADATA_CODI
           
static java.lang.String ERROR_GET_METADATA_MSG
           
static int ERROR_INIT_DRIVER_CONNECTION_CODI
           
static java.lang.String ERROR_INIT_DRIVER_CONNECTION_MSG
           
static int ERROR_INSTANTIATION_MAPPING_CODI
           
static int ERROR_INVOCATION_MAPPING_CODI
           
static java.lang.String ERROR_MAPPING_MSG
           
static int ERROR_METHOD_MAPPING_CODI
           
static int ERROR_OBJECT_NULL_CODI
           
static java.lang.String ERROR_OBJECT_NULL_MSG
           
static int ERROR_PK_CODI
           
static java.lang.String ERROR_PK_MSG
           
static int ERROR_QUERY_COUNT_CODI
           
static int ERROR_QUERY_EXECUTE_CODI
           
static int ERROR_QUERY_UPDATE_CODI
           
static int ERROR_REGISTER_DRIVER_CONNECTION_CODI
           
static java.lang.String ERROR_REGISTER_DRIVER_CONNECTION_MSG
           
static int ERROR_REGISTRE_NO_ENTITAT_ANNOTATION_CODI
           
static java.lang.String ERROR_REGISTRE_NO_ENTITAT_ANNOTATION_MSG
           
static int ERROR_ROLLBACK_CODI
           
static java.lang.String ERROR_ROLLBACK_MSG
           
static int ERROR_SECURITY_MAPPING_CODI
           
static int ERROR_SQL_MAPPING_CODI
           
static int ERROR_TABLE_MAPPING_CODI
           
static java.lang.String ERROR_TABLE_MAPPING_MSG
           
static int ERROR_TRANSACTION_CONNECTION_CODI
           
static java.lang.String ERROR_TRANSACTION_CONNECTION_MSG
           
static int ERROR_TYPE_MAPPING_CODI
           
static java.lang.String ERROR_UNDEFINED_PK_MSG
           
static int ERROR_UPDATE_MULTIPLE_RECORDS_CODI
           
static java.lang.String ERROR_UPDATE_MULTIPLE_RECORDS_MSG
           
 
Constructor Summary
ErrorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_CONFIG_FILE_CODI

public static final int ERROR_CONFIG_FILE_CODI
See Also:
Constant Field Values

ERROR_CONFIG_FILE_MSG

public static final java.lang.String ERROR_CONFIG_FILE_MSG
See Also:
Constant Field Values

ERROR_CONFIG_FILE_CONFIGURAT_CODI

public static final int ERROR_CONFIG_FILE_CONFIGURAT_CODI
See Also:
Constant Field Values

ERROR_CONFIG_FILE_CONFIGURAT_MSG

public static final java.lang.String ERROR_CONFIG_FILE_CONFIGURAT_MSG
See Also:
Constant Field Values

ERROR_INIT_DRIVER_CONNECTION_CODI

public static final int ERROR_INIT_DRIVER_CONNECTION_CODI
See Also:
Constant Field Values

ERROR_INIT_DRIVER_CONNECTION_MSG

public static final java.lang.String ERROR_INIT_DRIVER_CONNECTION_MSG
See Also:
Constant Field Values

ERROR_REGISTER_DRIVER_CONNECTION_CODI

public static final int ERROR_REGISTER_DRIVER_CONNECTION_CODI
See Also:
Constant Field Values

ERROR_REGISTER_DRIVER_CONNECTION_MSG

public static final java.lang.String ERROR_REGISTER_DRIVER_CONNECTION_MSG
See Also:
Constant Field Values

ERROR_REGISTRE_NO_ENTITAT_ANNOTATION_CODI

public static final int ERROR_REGISTRE_NO_ENTITAT_ANNOTATION_CODI
See Also:
Constant Field Values

ERROR_REGISTRE_NO_ENTITAT_ANNOTATION_MSG

public static final java.lang.String ERROR_REGISTRE_NO_ENTITAT_ANNOTATION_MSG
See Also:
Constant Field Values

ERROR_GET_CONNECTION_CODI

public static final int ERROR_GET_CONNECTION_CODI
See Also:
Constant Field Values

ERROR_GET_CONNECTION_MSG

public static final java.lang.String ERROR_GET_CONNECTION_MSG
See Also:
Constant Field Values

ERROR_TRANSACTION_CONNECTION_CODI

public static final int ERROR_TRANSACTION_CONNECTION_CODI
See Also:
Constant Field Values

ERROR_TRANSACTION_CONNECTION_MSG

public static final java.lang.String ERROR_TRANSACTION_CONNECTION_MSG
See Also:
Constant Field Values

ERROR_CONNECTION_NULL_CODI

public static final int ERROR_CONNECTION_NULL_CODI
See Also:
Constant Field Values

ERROR_CONNECTION_NULL_MSG

public static final java.lang.String ERROR_CONNECTION_NULL_MSG
See Also:
Constant Field Values

ERROR_COMMIT_CODI

public static final int ERROR_COMMIT_CODI
See Also:
Constant Field Values

ERROR_COMMIT_MSG

public static final java.lang.String ERROR_COMMIT_MSG
See Also:
Constant Field Values

ERROR_ROLLBACK_CODI

public static final int ERROR_ROLLBACK_CODI
See Also:
Constant Field Values

ERROR_ROLLBACK_MSG

public static final java.lang.String ERROR_ROLLBACK_MSG
See Also:
Constant Field Values

ERROR_CLOSE_CODI

public static final int ERROR_CLOSE_CODI
See Also:
Constant Field Values

ERROR_CLOSE_MSG

public static final java.lang.String ERROR_CLOSE_MSG
See Also:
Constant Field Values

ERROR_UPDATE_MULTIPLE_RECORDS_CODI

public static final int ERROR_UPDATE_MULTIPLE_RECORDS_CODI
See Also:
Constant Field Values

ERROR_UPDATE_MULTIPLE_RECORDS_MSG

public static final java.lang.String ERROR_UPDATE_MULTIPLE_RECORDS_MSG
See Also:
Constant Field Values

ERROR_QUERY_UPDATE_CODI

public static final int ERROR_QUERY_UPDATE_CODI
See Also:
Constant Field Values

ERROR_QUERY_EXECUTE_CODI

public static final int ERROR_QUERY_EXECUTE_CODI
See Also:
Constant Field Values

ERROR_QUERY_COUNT_CODI

public static final int ERROR_QUERY_COUNT_CODI
See Also:
Constant Field Values

ERROR_GENERIC_DATABASE_MSG

public static final java.lang.String ERROR_GENERIC_DATABASE_MSG
See Also:
Constant Field Values

ERROR_OBJECT_NULL_CODI

public static final int ERROR_OBJECT_NULL_CODI
See Also:
Constant Field Values

ERROR_OBJECT_NULL_MSG

public static final java.lang.String ERROR_OBJECT_NULL_MSG
See Also:
Constant Field Values

ERROR_TYPE_MAPPING_CODI

public static final int ERROR_TYPE_MAPPING_CODI
See Also:
Constant Field Values

ERROR_ARGUMENT_MAPPING_CODI

public static final int ERROR_ARGUMENT_MAPPING_CODI
See Also:
Constant Field Values

ERROR_ACCES_MAPPING_CODI

public static final int ERROR_ACCES_MAPPING_CODI
See Also:
Constant Field Values

ERROR_INVOCATION_MAPPING_CODI

public static final int ERROR_INVOCATION_MAPPING_CODI
See Also:
Constant Field Values

ERROR_SECURITY_MAPPING_CODI

public static final int ERROR_SECURITY_MAPPING_CODI
See Also:
Constant Field Values

ERROR_METHOD_MAPPING_CODI

public static final int ERROR_METHOD_MAPPING_CODI
See Also:
Constant Field Values

ERROR_SQL_MAPPING_CODI

public static final int ERROR_SQL_MAPPING_CODI
See Also:
Constant Field Values

ERROR_INSTANTIATION_MAPPING_CODI

public static final int ERROR_INSTANTIATION_MAPPING_CODI
See Also:
Constant Field Values

ERROR_MAPPING_MSG

public static final java.lang.String ERROR_MAPPING_MSG
See Also:
Constant Field Values

ERROR_ANNOTATION_CLASS_MAPPING_CODI

public static final int ERROR_ANNOTATION_CLASS_MAPPING_CODI
See Also:
Constant Field Values

ERROR_ANNOTATION_CLASS_MAPPING_MSG

public static final java.lang.String ERROR_ANNOTATION_CLASS_MAPPING_MSG
See Also:
Constant Field Values

ERROR_GENERATE_BEANS_CODI

public static final int ERROR_GENERATE_BEANS_CODI
See Also:
Constant Field Values

ERROR_GENERATE_BEANS_MSG

public static final java.lang.String ERROR_GENERATE_BEANS_MSG
See Also:
Constant Field Values

ERROR_PK_CODI

public static final int ERROR_PK_CODI
See Also:
Constant Field Values

ERROR_UNDEFINED_PK_MSG

public static final java.lang.String ERROR_UNDEFINED_PK_MSG
See Also:
Constant Field Values

ERROR_PK_MSG

public static final java.lang.String ERROR_PK_MSG
See Also:
Constant Field Values

ERROR_TABLE_MAPPING_CODI

public static final int ERROR_TABLE_MAPPING_CODI
See Also:
Constant Field Values

ERROR_TABLE_MAPPING_MSG

public static final java.lang.String ERROR_TABLE_MAPPING_MSG
See Also:
Constant Field Values

ERROR_GET_METADATA_CODI

public static final int ERROR_GET_METADATA_CODI
See Also:
Constant Field Values

ERROR_GET_METADATA_MSG

public static final java.lang.String ERROR_GET_METADATA_MSG
See Also:
Constant Field Values
Constructor Detail

ErrorConstants

public ErrorConstants()