com.cinecolombia.common.utilcomponents
Interface CommonExceptionMessage


public interface CommonExceptionMessage

This class is the central location to store exception messages common to all ears

Author:
CincoSOFT
Created:
Junio 2003

Field Summary
static java.lang.String CS_NOT_CLOSING
           
static java.lang.String DB_NOT_CLOSING
           
static java.lang.String DB_NOT_CONNECTION
           
static java.lang.String DB_NOT_FOUND
           
static java.lang.String NOT_ROLLBACK
           
static java.lang.String PS_NOT_CLOSING
           
static java.lang.String RS_NOT_CLOSING
           
static java.lang.String ST_NOT_CLOSING
           
 

Field Detail

DB_NOT_FOUND

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

DB_NOT_CONNECTION

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

DB_NOT_CLOSING

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

RS_NOT_CLOSING

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

ST_NOT_CLOSING

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

PS_NOT_CLOSING

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

CS_NOT_CLOSING

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

NOT_ROLLBACK

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