public class UnrecognizedUsageParameterSetNameException extends Exception
UsageMBean when an attempt
is made to refer to an usage parameter set that does not exist.| Constructor and Description |
|---|
UnrecognizedUsageParameterSetNameException()
Create an
UnrecognizedUsageParameterSetNameException with no detail message. |
UnrecognizedUsageParameterSetNameException(String message)
Create an
UnrecognizedUsageParameterSetNameException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecognizedUsageParameterSetNameException()
UnrecognizedUsageParameterSetNameException with no detail message.public UnrecognizedUsageParameterSetNameException(String message)
UnrecognizedUsageParameterSetNameException with a detail message.message - the detail message.