public class ParameterNotFoundException extends Exception
| Constructor and Description |
|---|
ParameterNotFoundException()
Constructs a new ParameterNotFoundException with no detail message.
|
ParameterNotFoundException(String s)
Constructs a new ParameterNotFoundException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterNotFoundException()
public ParameterNotFoundException(String s)
s - the detail messageCopyright © 2006–2016 OWASP. All rights reserved.