public class ParameterNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ParameterNotFoundException()
Deprecated.
Creates new
ParameterNotFoundException without detail message. |
ParameterNotFoundException(String message)
Deprecated.
Constructs an
ParameterNotFoundException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterNotFoundException()
ParameterNotFoundException without detail message.public ParameterNotFoundException(String message)
ParameterNotFoundException with the specified detail message.message - the detail message.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.