com.mchange.v2.util
Class ResourceClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mchange.v2.util.ResourceClosedException
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceClosedException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceClosedException
public ResourceClosedException(java.lang.String msg,
java.lang.Throwable t)
ResourceClosedException
public ResourceClosedException(java.lang.Throwable t)
ResourceClosedException
public ResourceClosedException(java.lang.String msg)
ResourceClosedException
public ResourceClosedException()
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable