Calling this method makes it possible to throw a checked exception
from within this class.
To catch it you should surround the
DbQueryManager.reserveConnection(DbConnectionUser)reserveConnection with a try-catch block that catches
InnerClassException . The original exception is then
available through getCause() and can for example be
rethrown.
Parameters: exception - the exception to be thrown exception: InnerClassException - when a checked exception needs to bethrown from within this class and caught outside the caller. since: 1.0 |