com.sun.ejb.containers.util.pool
Class PoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.ejb.containers.util.pool.PoolException
- All Implemented Interfaces:
- java.io.Serializable
public class PoolException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
| 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 |
PoolException
public PoolException()
PoolException
public PoolException(java.lang.String message)
PoolException
public PoolException(java.lang.String message,
java.lang.Throwable throwable)
getThrowable
public java.lang.Throwable getThrowable()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace in class java.lang.Throwable
Copyright © 2012 GlassFish Community. All Rights Reserved.