public static enum OperationException.ErrorCode extends Enum<OperationException.ErrorCode>
| Enum Constant and Description |
|---|
ALREADY_ISSUED |
BAD_CERT_TEMPLATE |
BAD_POP |
BAD_REQUEST |
CERT_REVOKED |
CERT_UNREVOKED |
CRL_FAILURE |
DATABASE_FAILURE |
INVALID_EXTENSION |
NOT_PERMITTED |
SYSTEM_FAILURE |
SYSTEM_UNAVAILABLE |
UNKNOWN_CERT |
UNKNOWN_CERT_PROFILE |
| Modifier and Type | Method and Description |
|---|---|
static OperationException.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationException.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationException.ErrorCode ALREADY_ISSUED
public static final OperationException.ErrorCode BAD_CERT_TEMPLATE
public static final OperationException.ErrorCode BAD_REQUEST
public static final OperationException.ErrorCode BAD_POP
public static final OperationException.ErrorCode CERT_REVOKED
public static final OperationException.ErrorCode CERT_UNREVOKED
public static final OperationException.ErrorCode CRL_FAILURE
public static final OperationException.ErrorCode DATABASE_FAILURE
public static final OperationException.ErrorCode INVALID_EXTENSION
public static final OperationException.ErrorCode NOT_PERMITTED
public static final OperationException.ErrorCode SYSTEM_FAILURE
public static final OperationException.ErrorCode SYSTEM_UNAVAILABLE
public static final OperationException.ErrorCode UNKNOWN_CERT
public static final OperationException.ErrorCode UNKNOWN_CERT_PROFILE
public static OperationException.ErrorCode[] values()
for (OperationException.ErrorCode c : OperationException.ErrorCode.values()) System.out.println(c);
public static OperationException.ErrorCode 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 © 2018. All rights reserved.