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