public static enum UpgraderDeploySignal.Error.ErrorCause extends Enum<UpgraderDeploySignal.Error.ErrorCause>
Enum Constant and Description |
---|
ALREADY_DEPLOYED |
DEPLOYER_NOT_EXISTS |
IO_EXCEPTION_OCCURRED |
Modifier and Type | Method and Description |
---|---|
static UpgraderDeploySignal.Error.ErrorCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgraderDeploySignal.Error.ErrorCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpgraderDeploySignal.Error.ErrorCause ALREADY_DEPLOYED
public static final UpgraderDeploySignal.Error.ErrorCause DEPLOYER_NOT_EXISTS
public static final UpgraderDeploySignal.Error.ErrorCause IO_EXCEPTION_OCCURRED
public static UpgraderDeploySignal.Error.ErrorCause[] values()
for (UpgraderDeploySignal.Error.ErrorCause c : UpgraderDeploySignal.Error.ErrorCause.values()) System.out.println(c);
public static UpgraderDeploySignal.Error.ErrorCause 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 © 2023. All rights reserved.