public enum KeyGeneratorExceptionConstant extends Enum<KeyGeneratorExceptionConstant>
| Enum Constant and Description |
|---|
MOSIP_NO_SUCH_ALGORITHM_EXCEPTION
MOSIP_NO_SUCH_ALGORITHM_EXCEPTION exception constant |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Getter for
errorCode |
String |
getErrorMessage()
Getter for
errorMessage |
static KeyGeneratorExceptionConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyGeneratorExceptionConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyGeneratorExceptionConstant MOSIP_NO_SUCH_ALGORITHM_EXCEPTION
MOSIP_NO_SUCH_ALGORITHM_EXCEPTION exception constantpublic static KeyGeneratorExceptionConstant[] values()
for (KeyGeneratorExceptionConstant c : KeyGeneratorExceptionConstant.values()) System.out.println(c);
public static KeyGeneratorExceptionConstant 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 getErrorMessage()
errorMessageerrorMessageCopyright © 2020. All rights reserved.