|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionManagerErrorCode | |
---|---|
org.fourthline.cling.support.connectionmanager |
Uses of ConnectionManagerErrorCode in org.fourthline.cling.support.connectionmanager |
---|
Methods in org.fourthline.cling.support.connectionmanager that return ConnectionManagerErrorCode | |
---|---|
static ConnectionManagerErrorCode |
ConnectionManagerErrorCode.getByCode(int code)
|
static ConnectionManagerErrorCode |
ConnectionManagerErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionManagerErrorCode[] |
ConnectionManagerErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.fourthline.cling.support.connectionmanager with parameters of type ConnectionManagerErrorCode | |
---|---|
ConnectionManagerException(ConnectionManagerErrorCode errorCode)
|
|
ConnectionManagerException(ConnectionManagerErrorCode errorCode,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |