Package org.jdbi.v3.core
Class CloseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jdbi.v3.core.JdbiException
-
- org.jdbi.v3.core.CloseException
-
- All Implemented Interfaces:
java.io.Serializable
public class CloseException extends JdbiException
Thrown when an exception occurs while attempting to close a database resource.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CloseException(java.lang.String string, java.lang.Throwable throwable)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-