Package overit.geocall.da
Class MissingPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocall.da.DAException
overit.geocall.da.MissingPoolException
- All Implemented Interfaces:
Serializable
Exception raised when the required
ConnectionPool was not configured or there was some
error during its instantiation- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingPoolException(String message) Create the exception instance passing the detailed message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingPoolException
Create the exception instance passing the detailed message- Parameters:
message- The error message attached to the exception
-