public class ResourceClosedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ResourceClosedException() |
ResourceClosedException(java.lang.String msg) |
ResourceClosedException(java.lang.String msg,
java.lang.Throwable t) |
ResourceClosedException(java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
public ResourceClosedException(java.lang.String msg,
java.lang.Throwable t)
public ResourceClosedException(java.lang.Throwable t)
public ResourceClosedException(java.lang.String msg)
public ResourceClosedException()