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