public class InvisibleCheckedException
extends java.lang.RuntimeException
RuntimeException thrown when a checked exception is thrown but can't be rethrown.
The original checked exception can be retrieved by calling the getCause().| Constructor and Description |
|---|
InvisibleCheckedException(java.lang.Exception cause)
Creates a new InvisibleCheckedException with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getCause() |