org.logicalcobwebs.proxool
类 FatalRuntimeException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.logicalcobwebs.proxool.FatalRuntimeException
所有已实现的接口:
Serializable

public class FatalRuntimeException
extends RuntimeException

A type of SQLException that has been defined as fatal. It contains the original plain Exception just in case you need it.

版本:
$Revision: 1.1 $, $Date: 2003/09/29 17:48:08 $
作者:
billhorsman, $Author: billhorsman $ (current maintainer)
另请参见:
ConnectionPoolDefinitionIF.getFatalSqlExceptions(), 序列化表格

构造方法摘要
FatalRuntimeException(Exception cause)
           
 
方法摘要
 Throwable getCause()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FatalRuntimeException

public FatalRuntimeException(Exception cause)
方法详细信息

getCause

public Throwable getCause()
覆盖:
Throwable 中的 getCause
另请参见:
Throwable.getCause()


Copyright © 2014. All rights reserved.