public final class TransparentException extends Exception
| Constructor and Description |
|---|
TransparentException(Exception ex)
Create a new TransparentException
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Speeds things up by not filling in the stack trace.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransparentException(Exception ex)
ex - The wrapped exception.public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2012. All Rights Reserved.