Package 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
-
-
Constructor Summary
Constructors Constructor Description ResourceClosedException()
ResourceClosedException(java.lang.String msg)
ResourceClosedException(java.lang.String msg, java.lang.Throwable t)
ResourceClosedException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-
-
-
Constructor Detail
-
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()
-
-