public class ChannelException extends RuntimeException
| Constructor and Description |
|---|
ChannelException(String message) |
ChannelException(String message,
Exception cause) |
ChannelException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelException(String message, Exception cause)
public ChannelException(String message)
public ChannelException(String message, Throwable cause)
Copyright © 2009-2014 SonarSource. All Rights Reserved.