public enum ConnectionPoolErrorMessages extends Enum<ConnectionPoolErrorMessages>
| Enum Constant and Description |
|---|
CUSTOM_VALIDATION_CLASS_NAME_MANDATORY |
MAX_STEADY_INVALID |
RES_TYPE_MANDATORY |
STMT_WRAPPING_DISABLED |
TABLE_NAME_MANDATORY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ConnectionPoolErrorMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionPoolErrorMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionPoolErrorMessages MAX_STEADY_INVALID
public static final ConnectionPoolErrorMessages STMT_WRAPPING_DISABLED
public static final ConnectionPoolErrorMessages RES_TYPE_MANDATORY
public static final ConnectionPoolErrorMessages TABLE_NAME_MANDATORY
public static final ConnectionPoolErrorMessages CUSTOM_VALIDATION_CLASS_NAME_MANDATORY
public static ConnectionPoolErrorMessages[] values()
for (ConnectionPoolErrorMessages c : ConnectionPoolErrorMessages.values()) System.out.println(c);
public static ConnectionPoolErrorMessages 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 toString()
toString in class Enum<ConnectionPoolErrorMessages>Copyright © 2017. All rights reserved.