public class TooManyChannelFamiliesException extends RhnRuntimeException
| Constructor and Description |
|---|
TooManyChannelFamiliesException(java.lang.Long channelId,
java.lang.String message)
Constructor
|
TooManyChannelFamiliesException(java.lang.Long channelId,
java.lang.String message,
java.lang.Throwable cause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getChannelId()
Returns the value of channelId
|
void |
setChannelId(java.lang.Long channelId)
Sets the channelId to the given value.
|
public TooManyChannelFamiliesException(java.lang.Long channelId,
java.lang.String message)
channelId - channel idmessage - exception messagepublic TooManyChannelFamiliesException(java.lang.Long channelId,
java.lang.String message,
java.lang.Throwable cause)
channelId - channel idmessage - exception 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.)