public class PoolException extends RuntimeException
| Constructor and Description |
|---|
PoolException() |
PoolException(String message) |
PoolException(String message,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getThrowable() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic PoolException()
public PoolException(String message)
public Throwable getThrowable()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2019. All rights reserved.