Package net.sf.jkniv.sqlegance
Class QueryNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.RepositoryException
-
- net.sf.jkniv.sqlegance.QueryNotFoundException
-
- All Implemented Interfaces:
Serializable
public class QueryNotFoundException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryNotFoundException()Constructor for QueryNotFoundException without message detailQueryNotFoundException(String msg)Constructor for QueryNotFoundException.QueryNotFoundException(String msg, Throwable cause)Constructor for QueryNotFoundException.QueryNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QueryNotFoundException
public QueryNotFoundException()
Constructor for QueryNotFoundException without message detail
-
QueryNotFoundException
public QueryNotFoundException(String msg)
Constructor for QueryNotFoundException.- Parameters:
msg- the detail from exception message
-
QueryNotFoundException
public QueryNotFoundException(String msg, Throwable cause)
Constructor for QueryNotFoundException.- Parameters:
msg- the detail from exception messagecause- the trouble root cause , usually JDBC family exception
-
QueryNotFoundException
public QueryNotFoundException(Throwable cause)
-
-