Class RepositoryConnectionPoolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.spring.tx.exception.RepositoryConnectionPoolException
-
- All Implemented Interfaces:
Serializable
public class RepositoryConnectionPoolException extends RuntimeException
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryConnectionPoolException()
RepositoryConnectionPoolException(String message)
RepositoryConnectionPoolException(String message, Throwable cause)
RepositoryConnectionPoolException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
RepositoryConnectionPoolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RepositoryConnectionPoolException
public RepositoryConnectionPoolException()
-
RepositoryConnectionPoolException
public RepositoryConnectionPoolException(String message)
-
RepositoryConnectionPoolException
public RepositoryConnectionPoolException(String message, Throwable cause)
-
RepositoryConnectionPoolException
public RepositoryConnectionPoolException(Throwable cause)
-
-