public class ChannelException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
ChannelException.Type
Type of a channel exception.
|
Constructor and Description |
---|
ChannelException(String message) |
ChannelException(String message,
ChannelException.Type type,
String... parameters) |
ChannelException(String message,
Throwable cause) |
ChannelException(String message,
Throwable cause,
ChannelException.Type type,
String... parameters) |
Modifier and Type | Method and Description |
---|---|
String[] |
getParameters() |
ChannelException.Type |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelException(String message)
public ChannelException(String message, ChannelException.Type type, String... parameters)
public ChannelException(String message, Throwable cause, ChannelException.Type type, String... parameters)
public ChannelException.Type getType()
public String[] getParameters()
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.