Class LifetimeExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.datanucleus.store.rdbms.datasource.dbcp2.LifetimeExceededException
All Implemented Interfaces:
Serializable

class LifetimeExceededException extends Exception
Exception thrown when a connection's maximum lifetime has been exceeded.
Since:
2.1
  • Field Details

  • Constructor Details

    • LifetimeExceededException

      public LifetimeExceededException()
      Create a LifetimeExceededException.
    • LifetimeExceededException

      public LifetimeExceededException(String message)
      Create a LifetimeExceededException with the given message.
      Parameters:
      message - The message with which to create the exception