Package net.sf.jkniv.whinstone.params
Class ParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.RepositoryException
-
- net.sf.jkniv.whinstone.params.ParameterException
-
- All Implemented Interfaces:
Serializable
public class ParameterException extends net.sf.jkniv.sqlegance.RepositoryExceptionThis exception is thrown when an illegal parameter is used that cause a problem with a query.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterException()Constructor for ParameterException without message detailParameterException(String msg)Constructor for ParameterException.ParameterException(String msg, Throwable cause)Constructor for ParameterException.ParameterException(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
-
ParameterException
public ParameterException()
Constructor for ParameterException without message detail
-
ParameterException
public ParameterException(String msg)
Constructor for ParameterException.- Parameters:
msg- the detail from exception message
-
ParameterException
public ParameterException(String msg, Throwable cause)
Constructor for ParameterException.- Parameters:
msg- the detail from exception messagecause- the trouble root cause , usually JDBC family exception
-
ParameterException
public ParameterException(Throwable cause)
-
-