public class ChannelNotFoundException extends Exception
| Constructor and Description |
|---|
ChannelNotFoundException(String message,
String channelId) |
ChannelNotFoundException(String message,
String channelId,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
channelId()
Return the channel id that could not be located.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelNotFoundException(String message, String channelId)
message - a description of when the exception occurred.channelId - the channel id that could not be located.public String channelId()
String the channel id.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.