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().| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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() |
private static final long serialVersionUID