JavaTM Platform
Standard Ed. 6

java.sql
�� SQLNonTransientConnectionException

java.lang.Object
  �̳��� java.lang.Throwable
      �̳��� java.lang.Exception
          �̳��� java.sql.SQLException
              �̳��� java.sql.SQLNonTransientException
                  �̳��� java.sql.SQLNonTransientConnectionException
������ʵ�ֵĽӿڣ�
Serializable, Iterable<Throwable>

public class SQLNonTransientConnectionException
extends SQLNonTransientException

SQLState ��ֵΪ“08”ʱ�׳��� SQLException ���࣬��ʾ��ʧ��ԭ��û�о�������������Բ���ʱ��ʧ�ܵ����Ӳ�������ɹ���

�����°汾��ʼ��
1.6
������
�������

���췽��ժҪ
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
 

���췽����ϸ��Ϣ

SQLNonTransientConnectionException

public SQLNonTransientConnectionException()
����һ�� SQLNonTransientConnectionException ����reason �� SQLState ��ʼ��Ϊ null����Ӧ�̴����ʼ��Ϊ 0�� cause û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable) ������ʼ����

�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

public SQLNonTransientConnectionException(String reason)
����һ�����и��� reason �� SQLNonTransientConnectionException ����SQLState ��ʼ��Ϊ null����Ӧ�̴����ʼ��Ϊ 0�� cause û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable) ������ʼ����

������
reason - ���쳣������
�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

public SQLNonTransientConnectionException(String reason,
                                          String SQLState)
����һ�����и��� reason �� SQLState �� SQLNonTransientConnectionException ���� cause û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable) ������ʼ������Ӧ�̴����ʼ��Ϊ 0��

������
reason - ���쳣������
SQLState - ��ʶ�쳣�� XOPEN �� SQL:2003 ����
�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

public SQLNonTransientConnectionException(String reason,
                                          String SQLState,
                                          int vendorCode)
����һ�����и��� reason��SQLState �� vendorCode �� SQLNonTransientConnectionException ���� cause û�г�ʼ���������Ե��� Throwable.initCause(java.lang.Throwable) ������ʼ����

������
reason - ���쳣������
SQLState - ��ʶ�쳣�� XOPEN �� SQL:2003 ����
vendorCode - �ض������ݿ⹩Ӧ�̵��쳣����
�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

public SQLNonTransientConnectionException(Throwable cause)
����һ�����и��� cause �� SQLNonTransientConnectionException ����SQLState ��ʼ��Ϊ null����Ӧ�̴����ʼ��Ϊ 0����� cause==null����ô reason ��ʼ��Ϊ null����� cause!=null�����ʼ��Ϊ cause.toString()��

������
cause - �� SQLException �ĵײ�ԭ�򣨱����ԭ���Թ��Ժ�ͨ�� getCause() ������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��
�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

public SQLNonTransientConnectionException(String reason,
                                          Throwable cause)
����һ�����и��� reason �� cause �� SQLTransientException ����SQLState ��ʼ��Ϊ null����Ӧ�̴����ʼ��Ϊ 0��

������
reason - ���쳣��������
cause - �� SQLException �ĵײ�ԭ�򣨱����ԭ���Թ��Ժ�ͨ�� getCause() ������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��
�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

public SQLNonTransientConnectionException(String reason,
                                          String SQLState,
                                          Throwable cause)
����һ�����и��� reason��SQLState �� cause �� SQLNonTransientConnectionException ���󡣹�Ӧ�̴����ʼ��Ϊ 0��

������
reason - ���쳣��������
SQLState - ��ʶ�쳣�� XOPEN �� SQL:2003 ����
cause - ԭ�򣨱����ԭ���Թ��Ժ�ͨ�� getCause() ������ȡ��������Ϊ null����ʾ cause �����ڻ�δ֪��
�����°汾��ʼ��
1.6

SQLNonTransientConnectionException

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 �����ڻ�δ֪��
�����°汾��ʼ��
1.6

JavaTM Platform
Standard Ed. 6

�ύ��������
�йظ���� API �ο����ϺͿ�����Ա�ĵ�������� Java SE ������Ա�ĵ������ĵ���������ϸ�ġ����򿪷���Ա���������Լ�������������ﶨ�塢ʹ�ü��ɺ͹�������ʾ����

��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������