kr.co.hit.live.transaction.sql
Class SqlMessages

java.lang.Object
  extended by kr.co.hit.live.transaction.sql.SqlMessages

public class SqlMessages
extends Object

SQLException 용 에러 메시지들을 정의한다.

Since:
3.0
Author:
김형도

Field Summary
static String CANNOT_ENLIST_XARESOURCE_ERROR_MESSAGE
           분산 트랜젝션 진행 중 XAResource를 Transaction에 enlist 하지 못했을 경우 SQLException 메시지
static String CLOSED_CONNECTION_ERROR_MESSAGE
           종료된 Connection에 작업을 할 경우 발생하는 SQLException 메시지
static String CREDENTIAL_ERROR_MESSAGE
           생성자로 정의된 사용자 아이디와 암호와 다르게 Connection 객체 생성을 요청할 경우에 발생되는 SQLException 메시지
static String INVALID_JDBC_URL_ERROR_MESSAGE
           JDBC Url 문자열의 형식이 JDBC Driver에서 정의한 형식과 다를 경우
static String MARKED_ROLLBACK_ERROR_MESSAGE
           분산 트랜젝션이 Rollback으로 설정되었을 경우 SQLException 메시지
static String NOT_ACTIVE_TRANSACTION_ERROR_MESSAGE
           분산 트랜젝션이 상태가 Active 상태가 아닐 경우 SQLException 메시지
static String PAGING_QUERY_NOT_SUPPORTED_ERROR_MESSAGE
           Paging Query 자동 생성이 지원되지 않는 경우
static String XA_NOT_SUPPORT_ERROR_MESSAGE
           분산 트랜젝션이 지원되지 않을 경우 발생하는 SQLException 메시지
 
Constructor Summary
SqlMessages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOSED_CONNECTION_ERROR_MESSAGE

public static final String CLOSED_CONNECTION_ERROR_MESSAGE

종료된 Connection에 작업을 할 경우 발생하는 SQLException 메시지

See Also:
Constant Field Values

CREDENTIAL_ERROR_MESSAGE

public static final String CREDENTIAL_ERROR_MESSAGE

생성자로 정의된 사용자 아이디와 암호와 다르게 Connection 객체 생성을 요청할 경우에 발생되는 SQLException 메시지

See Also:
Constant Field Values

XA_NOT_SUPPORT_ERROR_MESSAGE

public static final String XA_NOT_SUPPORT_ERROR_MESSAGE

분산 트랜젝션이 지원되지 않을 경우 발생하는 SQLException 메시지

See Also:
Constant Field Values

MARKED_ROLLBACK_ERROR_MESSAGE

public static final String MARKED_ROLLBACK_ERROR_MESSAGE

분산 트랜젝션이 Rollback으로 설정되었을 경우 SQLException 메시지

See Also:
Constant Field Values

NOT_ACTIVE_TRANSACTION_ERROR_MESSAGE

public static final String NOT_ACTIVE_TRANSACTION_ERROR_MESSAGE

분산 트랜젝션이 상태가 Active 상태가 아닐 경우 SQLException 메시지

See Also:
Constant Field Values

CANNOT_ENLIST_XARESOURCE_ERROR_MESSAGE

public static final String CANNOT_ENLIST_XARESOURCE_ERROR_MESSAGE

분산 트랜젝션 진행 중 XAResource를 Transaction에 enlist 하지 못했을 경우 SQLException 메시지

See Also:
Constant Field Values

INVALID_JDBC_URL_ERROR_MESSAGE

public static final String INVALID_JDBC_URL_ERROR_MESSAGE

JDBC Url 문자열의 형식이 JDBC Driver에서 정의한 형식과 다를 경우

See Also:
Constant Field Values

PAGING_QUERY_NOT_SUPPORTED_ERROR_MESSAGE

public static final String PAGING_QUERY_NOT_SUPPORTED_ERROR_MESSAGE

Paging Query 자동 생성이 지원되지 않는 경우

See Also:
Constant Field Values
Constructor Detail

SqlMessages

public SqlMessages()


Copyright © 2014. All Rights Reserved.