Class JPPoolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JPPoolDeletedException, JPPoolHardLimitExceededException, JPPoolInternalOverflowException, JPPoolObjectCreationException, JPPoolObjectReturnException, JPPoolObjectsNotReturnedException

public abstract class JPPoolException extends RuntimeException
The type of exceptions raised by pool implementations.
See Also:
  • Constructor Details

    • JPPoolException

      public JPPoolException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • JPPoolException

      public JPPoolException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
    • JPPoolException

      public JPPoolException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The cause