Class QueryPreparationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.calamanari.adl.AdlException
de.calamanari.adl.sql.QueryPreparationException
- All Implemented Interfaces:
Serializable
public class QueryPreparationException
extends de.calamanari.adl.AdlException
Exception to be thrown on unexpected problems when setting up an sql-query.
- Author:
- Karl Eilebrecht
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryPreparationException(String message) QueryPreparationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryPreparationException
- Parameters:
message-
-
QueryPreparationException
- Parameters:
cause-
-
QueryPreparationException
-