public class NoSuchChannelException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
NoSuchChannelException()
Constructor
|
NoSuchChannelException(java.lang.Long channelId)
Constructor
|
NoSuchChannelException(java.lang.String channelLabel)
Constructor
|
NoSuchChannelException(java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic NoSuchChannelException()
public NoSuchChannelException(java.lang.String channelLabel)
channelLabel - missing channel labelpublic NoSuchChannelException(java.lang.Long channelId)
channelId - missing channel idpublic NoSuchChannelException(java.lang.Throwable cause)
cause - 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.)