Class ConnectionPoolExhaustedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.ConnectionPoolExhaustedException
-
- All Implemented Interfaces:
Serializable
public class ConnectionPoolExhaustedException extends DBException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Constructor Summary
Constructors Constructor Description ConnectionPoolExhaustedException(String message)
ConnectionPoolExhaustedException(String message, String query)
ConnectionPoolExhaustedException(String message, String query, SQLException exception)
ConnectionPoolExhaustedException(String message, SQLException exception)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.db.DBException
getCauseMessage, getSqlException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionPoolExhaustedException
public ConnectionPoolExhaustedException(String message, String query, SQLException exception)
-
ConnectionPoolExhaustedException
public ConnectionPoolExhaustedException(String message, String query)
-
ConnectionPoolExhaustedException
public ConnectionPoolExhaustedException(String message)
-
ConnectionPoolExhaustedException
public ConnectionPoolExhaustedException(String message, SQLException exception)
-
-