Package org.knowm.yank.exceptions
Class SQLStatementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.yank.exceptions.SQLStatementNotFoundException
- All Implemented Interfaces:
Serializable
An exception to indicate that an SQL statement could not be found for the given key String
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SQLStatementNotFoundException
public SQLStatementNotFoundException()Constructor
-