Package net.sf.jkniv.sqlegance
Class RepositoryConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.RepositoryException
-
- net.sf.jkniv.sqlegance.RepositoryConfigException
-
- All Implemented Interfaces:
Serializable
public class RepositoryConfigException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryConfigException()Constructor for QueryNotFoundException without message detailRepositoryConfigException(String msg)Constructor for QueryNotFoundException.RepositoryConfigException(String msg, Throwable cause)Constructor for QueryNotFoundException.RepositoryConfigException(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
-
RepositoryConfigException
public RepositoryConfigException()
Constructor for QueryNotFoundException without message detail
-
RepositoryConfigException
public RepositoryConfigException(String msg)
Constructor for QueryNotFoundException.- Parameters:
msg- the detail from exception message
-
RepositoryConfigException
public RepositoryConfigException(String msg, Throwable cause)
Constructor for QueryNotFoundException.- Parameters:
msg- the detail from exception messagecause- the trouble root cause , usually JDBC family exception
-
RepositoryConfigException
public RepositoryConfigException(Throwable cause)
-
-