public enum CryptomanagerErrorCode extends Enum<CryptomanagerErrorCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Getter for errorCode
|
String |
getErrorMessage()
Getter for errorMessage
|
static CryptomanagerErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptomanagerErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptomanagerErrorCode NO_SUCH_ALGORITHM_EXCEPTION
public static final CryptomanagerErrorCode INVALID_SPEC_PUBLIC_KEY
public static final CryptomanagerErrorCode INVALID_DATA_WITHOUT_KEY_BREAKER
public static final CryptomanagerErrorCode INVALID_DATA
public static final CryptomanagerErrorCode INVALID_REQUEST
public static final CryptomanagerErrorCode CANNOT_CONNECT_TO_KEYMANAGER_SERVICE
public static final CryptomanagerErrorCode KEYMANAGER_SERVICE_ERROR
public static final CryptomanagerErrorCode RESPONSE_PARSE_ERROR
public static final CryptomanagerErrorCode DATE_TIME_PARSE_EXCEPTION
public static final CryptomanagerErrorCode INTERNAL_SERVER_ERROR
public static CryptomanagerErrorCode[] values()
for (CryptomanagerErrorCode c : CryptomanagerErrorCode.values()) System.out.println(c);
public static CryptomanagerErrorCode 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 String getErrorCode()
public String getErrorMessage()
Copyright © 2020. All rights reserved.