public static enum Enums.ConnectionError extends Enum<Enums.ConnectionError>
Enum Constant and Description |
---|
ApplicationServerNotFound
ApplicationServerNotFound
|
ApplicationServerNotFoundViaProxy
ApplicationServerNotFoundViaProxy
|
InvalidURI
InvalidURI
|
NoError
NoError
|
ProxyAuthenticationFailed
ProxyAuthenticationFailed
|
ProxyAuthenticationRequired
ProxyAuthenticationRequired
|
ProxyServerNotFound
ProxyServerNotFound
|
UnknownError
UnknownError
|
UntrustedServer
UntrustedServer
|
Modifier and Type | Method and Description |
---|---|
static Enums.ConnectionError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enums.ConnectionError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enums.ConnectionError NoError
public static final Enums.ConnectionError ProxyServerNotFound
public static final Enums.ConnectionError ProxyAuthenticationRequired
public static final Enums.ConnectionError ProxyAuthenticationFailed
public static final Enums.ConnectionError ApplicationServerNotFound
public static final Enums.ConnectionError ApplicationServerNotFoundViaProxy
public static final Enums.ConnectionError UntrustedServer
public static final Enums.ConnectionError InvalidURI
public static final Enums.ConnectionError UnknownError
public static Enums.ConnectionError[] values()
for (Enums.ConnectionError c : Enums.ConnectionError.values()) System.out.println(c);
public static Enums.ConnectionError 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 nullCopyright © 2019. All rights reserved.