public class ConnectionError extends Object implements ErrorCondition, RestrictedType<Symbol>
Modifier and Type | Field and Description |
---|---|
static ConnectionError |
CONNECTION_FORCED |
static ConnectionError |
FRAMING_ERROR |
static ConnectionError |
REDIRECT |
static ConnectionError |
SOCKET_ERROR |
Modifier and Type | Method and Description |
---|---|
Symbol |
getValue() |
String |
toString() |
static ConnectionError |
valueOf(Object obj) |
public static final ConnectionError CONNECTION_FORCED
public static final ConnectionError FRAMING_ERROR
public static final ConnectionError REDIRECT
public static final ConnectionError SOCKET_ERROR
public Symbol getValue()
getValue
in interface ErrorCondition
getValue
in interface RestrictedType<Symbol>
public static ConnectionError valueOf(Object obj)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.