public class QueryNotFoundException extends RepositoryException
Constructor and Description |
---|
QueryNotFoundException()
Constructor for QueryNotFoundException without message detail
|
QueryNotFoundException(String msg)
Constructor for QueryNotFoundException.
|
QueryNotFoundException(String msg,
Throwable cause)
Constructor for QueryNotFoundException.
|
QueryNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryNotFoundException()
public QueryNotFoundException(String msg)
msg
- the detail from exception messagepublic QueryNotFoundException(String msg, Throwable cause)
msg
- the detail from exception messagecause
- the trouble root cause , usually JDBC family exceptionpublic QueryNotFoundException(Throwable cause)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.