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