public class InvalidChannelParameter extends RhnRuntimeException
| Constructor and Description |
|---|
InvalidChannelParameter(java.lang.String parameter,
java.lang.String reason)
Constructor
|
InvalidChannelParameter(java.lang.String parameter,
java.lang.String reason,
java.lang.Throwable cause)
Constructor
|
public InvalidChannelParameter(java.lang.String parameter,
java.lang.String reason)
parameter - the parameter that was invalid (Either name, id, or urlreason - The correct format messagepublic InvalidChannelParameter(java.lang.String parameter,
java.lang.String reason,
java.lang.Throwable cause)
parameter - the parameter that was invalid (Either name, id, or urlreason - The correct format messagecause - the cause (which is saved for later retrieval
by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)