public static enum JotyException.reason extends java.lang.Enum<JotyException.reason>
Enum Constant and Description |
---|
CONSTR_VIOLATION_ON_DELETE |
CONSTR_VIOLATION_ON_UPDATE |
DBMS_CREATEUSER_FAILURE |
DBMS_UNREACHABLE |
GENERIC |
INVALID_CREDENTIALS |
NO_BIRT_ENGINE |
NO_REASON |
SESSION_EXPIRED |
SILENT |
WEB_LAB |
Modifier and Type | Method and Description |
---|---|
static JotyException.reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JotyException.reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JotyException.reason NO_REASON
public static final JotyException.reason CONSTR_VIOLATION_ON_UPDATE
public static final JotyException.reason CONSTR_VIOLATION_ON_DELETE
public static final JotyException.reason SESSION_EXPIRED
public static final JotyException.reason GENERIC
public static final JotyException.reason WEB_LAB
public static final JotyException.reason NO_BIRT_ENGINE
public static final JotyException.reason INVALID_CREDENTIALS
public static final JotyException.reason DBMS_UNREACHABLE
public static final JotyException.reason SILENT
public static final JotyException.reason DBMS_CREATEUSER_FAILURE
public static JotyException.reason[] values()
for (JotyException.reason c : JotyException.reason.values()) System.out.println(c);
public static JotyException.reason valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null