|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.sql.SQLException
java.sql.SQLNonTransientException
java.sql.SQLNonTransientConnectionException
public class SQLNonTransientConnectionException
SQLState ��ֵΪ“08”ʱ�׳��� SQLException
���࣬��ʾ��ʧ��ԭ��û�о�������������Բ���ʱ��ʧ�ܵ����Ӳ�������ɹ���
���췽��ժҪ | |
---|---|
SQLNonTransientConnectionException()
����һ�� SQLNonTransientConnectionException ���� |
|
SQLNonTransientConnectionException(String reason)
����һ�����и��� reason �� SQLNonTransientConnectionException ���� |
|
SQLNonTransientConnectionException(String reason,
String SQLState)
����һ�����и��� reason �� SQLState �� SQLNonTransientConnectionException ���� |
|
SQLNonTransientConnectionException(String reason,
String SQLState,
int vendorCode)
����һ�����и��� reason ��SQLState �� vendorCode �� SQLNonTransientConnectionException ���� |
|
SQLNonTransientConnectionException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
����һ�����и��� reason ��SQLState ��vendorCode �� cause �� SQLNonTransientConnectionException ���� |
|
SQLNonTransientConnectionException(String reason,
String SQLState,
Throwable cause)
����һ�����и��� reason ��SQLState �� cause �� SQLNonTransientConnectionException ���� |
|
SQLNonTransientConnectionException(String reason,
Throwable cause)
����һ�����и��� reason �� cause �� SQLTransientException ���� |
|
SQLNonTransientConnectionException(Throwable cause)
����һ�����и��� cause �� SQLNonTransientConnectionException ���� |
����ժҪ |
---|
���� java.sql.SQLException �̳еķ��� |
---|
getErrorCode, getNextException, getSQLState, iterator, setNextException |
���� java.lang.Throwable �̳еķ��� |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
���� java.lang.Object �̳еķ��� |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
���췽����ϸ��Ϣ |
---|
public SQLNonTransientConnectionException()
SQLNonTransientConnectionException
����reason
�� SQLState
��ʼ��Ϊ null
����Ӧ�̴����ʼ��Ϊ 0��
cause
û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable)
������ʼ����
public SQLNonTransientConnectionException(String reason)
reason
�� SQLNonTransientConnectionException
����SQLState
��ʼ��Ϊ null
����Ӧ�̴����ʼ��Ϊ 0��
cause
û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable)
������ʼ����
reason
- ���쳣������public SQLNonTransientConnectionException(String reason, String SQLState)
reason
�� SQLState
�� SQLNonTransientConnectionException
����
cause
û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable)
������ʼ������Ӧ�̴����ʼ��Ϊ 0��
reason
- ���쳣������SQLState
- ��ʶ�쳣�� XOPEN �� SQL:2003 ����public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode)
reason
��SQLState
�� vendorCode
�� SQLNonTransientConnectionException
����
cause
û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable)
������ʼ����
reason
- ���쳣������SQLState
- ��ʶ�쳣�� XOPEN �� SQL:2003 ����vendorCode
- �ض������ݿӦ�̵��쳣����public SQLNonTransientConnectionException(Throwable cause)
cause
�� SQLNonTransientConnectionException
����SQLState
��ʼ��Ϊ null
����Ӧ�̴����ʼ��Ϊ 0����� cause==null
����ô reason
��ʼ��Ϊ null
����� cause!=null
�����ʼ��Ϊ cause.toString()
��
cause
- �� SQLException
�ĵײ�ԭ�����ԭ���Թ��Ժ�ͨ�� getCause()
������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��public SQLNonTransientConnectionException(String reason, Throwable cause)
reason
�� cause
�� SQLTransientException
����SQLState
��ʼ��Ϊ null
����Ӧ�̴����ʼ��Ϊ 0��
reason
- ���쳣��������cause
- �� SQLException
�ĵײ�ԭ�����ԭ���Թ��Ժ�ͨ�� getCause()
������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��public SQLNonTransientConnectionException(String reason, String SQLState, Throwable cause)
reason
��SQLState
�� cause
�� SQLNonTransientConnectionException
����Ӧ�̴����ʼ��Ϊ 0��
reason
- ���쳣��������SQLState
- ��ʶ�쳣�� XOPEN �� SQL:2003 ����cause
- ԭ�����ԭ���Թ��Ժ�ͨ�� getCause()
������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable cause)
reason
��SQLState
��vendorCode
�� cause
�� SQLNonTransientConnectionException
����
reason
- ���쳣������SQLState
- ��ʶ�쳣�� XOPEN �� SQL:2003 ����vendorCode
- �ض������ݿӦ�̵��쳣����cause
- �� SQLException
�ĵײ�ԭ�����ԭ���Թ��Ժ�ͨ�� getCause()
������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������