Class LeakHunterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.database.rider.core.leak.LeakHunterException
-
- All Implemented Interfaces:
Serializable
public class LeakHunterException extends RuntimeException
Created by pestano on 07/09/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeakHunterException(String methodName, int numberOfConnections)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LeakHunterException
public LeakHunterException(String methodName, int numberOfConnections)
-
-