Class MissingPoolException

All Implemented Interfaces:
Serializable

public class MissingPoolException extends DAException
Exception raised when the required ConnectionPool was not configured or there was some error during its instantiation
See Also:
  • Constructor Details

    • MissingPoolException

      public MissingPoolException(String message)
      Create the exception instance passing the detailed message
      Parameters:
      message - The error message attached to the exception