com.sun.ejb.containers.util.pool
Class PoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.ejb.containers.util.pool.PoolException
All Implemented Interfaces:
Serializable

public class PoolException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PoolException()
           
PoolException(String message)
           
PoolException(String message, Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolException

public PoolException()

PoolException

public PoolException(String message)

PoolException

public PoolException(String message,
                     Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


Copyright © 2012 GlassFish Community. All Rights Reserved.