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