public enum ConnectionManagerErrorCode extends Enum<ConnectionManagerErrorCode>
| Enum Constant and Description |
|---|
ACCESS_DENIED |
INCOMPATIBLE_DIRECTIONS |
INCOMPATIBLE_PROTOCOL_INFO |
INSUFFICIENT_NETWORK_RESOURCES |
INVALID_CONNECTION_REFERENCE |
LOCAL_RESTRICTIONS |
NOT_IN_NETWORK |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionManagerErrorCode |
getByCode(int code) |
int |
getCode() |
String |
getDescription() |
static ConnectionManagerErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionManagerErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionManagerErrorCode INCOMPATIBLE_PROTOCOL_INFO
public static final ConnectionManagerErrorCode INCOMPATIBLE_DIRECTIONS
public static final ConnectionManagerErrorCode INSUFFICIENT_NETWORK_RESOURCES
public static final ConnectionManagerErrorCode LOCAL_RESTRICTIONS
public static final ConnectionManagerErrorCode ACCESS_DENIED
public static final ConnectionManagerErrorCode INVALID_CONNECTION_REFERENCE
public static final ConnectionManagerErrorCode NOT_IN_NETWORK
public static ConnectionManagerErrorCode[] values()
for (ConnectionManagerErrorCode c : ConnectionManagerErrorCode.values()) System.out.println(c);
public static ConnectionManagerErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCode()
public String getDescription()
public static ConnectionManagerErrorCode getByCode(int code)
Copyright © 2023 jUPnP.org. All rights reserved.