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