Package ai.libs.jaicore.basic
Class TooManyConnectionRetriesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.libs.jaicore.basic.TooManyConnectionRetriesException
-
- All Implemented Interfaces:
java.io.Serializable
public class TooManyConnectionRetriesException extends java.lang.RuntimeException
Exception may be thrown if too many retries happened when trying to connect to the database via the SQLAdapter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyConnectionRetriesException(java.lang.String msg)
TooManyConnectionRetriesException(java.lang.String msg, java.lang.Throwable cause)
-