Class LifetimeExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.datanucleus.store.rdbms.datasource.dbcp2.LifetimeExceededException
- All Implemented Interfaces:
Serializable
Exception thrown when a connection's maximum lifetime has been exceeded.
- Since:
- 2.1
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a LifetimeExceededException.LifetimeExceededException
(String message) Create a LifetimeExceededException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LifetimeExceededException
public LifetimeExceededException()Create a LifetimeExceededException. -
LifetimeExceededException
Create a LifetimeExceededException with the given message.- Parameters:
message
- The message with which to create the exception
-