public class ChannelNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ChannelNotFoundException(String queueId) |
ChannelNotFoundException(String queueId,
String message) |
ChannelNotFoundException(String queueId,
String message,
Throwable cause) |
ChannelNotFoundException(String queueId,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ChannelNotFoundException(String queueId,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueueId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelNotFoundException(String queueId)
public ChannelNotFoundException(String queueId, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ChannelNotFoundException(String queueId, String message, Throwable cause)
public String getQueueId()
Copyright © 2020. All rights reserved.