Package org.hibernate.testing.jdbc.leak
Class ConnectionLeakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.testing.jdbc.leak.ConnectionLeakException
-
- All Implemented Interfaces:
Serializable
public class ConnectionLeakException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionLeakException()
ConnectionLeakException(String message)
ConnectionLeakException(String message, Throwable cause)
ConnectionLeakException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ConnectionLeakException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-