Class LifetimeExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.datanucleus.store.rdbms.datasource.dbcp2.LifetimeExceededException
-
- All Implemented Interfaces:
java.io.Serializable
class LifetimeExceededException extends java.lang.Exception
Exception thrown when a connection's maximum lifetime has been exceeded.- Since:
- 2.1
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LifetimeExceededException()
Create a LifetimeExceededException.LifetimeExceededException(java.lang.String message)
Create a LifetimeExceededException with the given message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LifetimeExceededException
public LifetimeExceededException()
Create a LifetimeExceededException.
-
LifetimeExceededException
public LifetimeExceededException(java.lang.String message)
Create a LifetimeExceededException with the given message.- Parameters:
message
- The message with which to create the exception
-
-