public enum IdentityErrorCodes extends Enum<IdentityErrorCodes> implements org.seedstack.seed.ErrorCode
| Modifier and Type | Method and Description |
|---|---|
static IdentityErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityErrorCodes RESULT_OBJECT_SHOULD_NOT_BE_NULL
public static final IdentityErrorCodes RESULT_OBJECT_DOES_NOT_INHERIT_FROM_ENTITY
public static final IdentityErrorCodes ID_MUST_BE_NULL
public static final IdentityErrorCodes ID_INJECTION_ERROR
public static final IdentityErrorCodes BAD_IDENTITY_HANDLER_DEFINE_FOR_ENTITY_ID
public static final IdentityErrorCodes QUALIFIER_FOR_IDENTITY_HANDLER_NOT_FOUND_FOR_ENTITY
public static final IdentityErrorCodes NO_IDENTITY_HANDLER_DEFINE_FOR_ENTITY_ID
public static final IdentityErrorCodes NO_SEQUENCE_NAME_FOUND_FOR_ENTITY
public static final IdentityErrorCodes ID_CAST_EXCEPTION
public static IdentityErrorCodes[] values()
for (IdentityErrorCodes c : IdentityErrorCodes.values()) System.out.println(c);
public static IdentityErrorCodes 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 © 2013-2016–2016 SeedStack. All rights reserved.