Fields Summary |
---|
public static final String | THROWABLE_KEYKey used to look up the Throwable (if any) from the Map.
The value returned is a java.lang.Throwable. |
public static final String | STATUS_CODE_KEYKey used to look up the status code (if any) from the Map.
The value returned is an Integer whose intValue() is the
status code. Corresponds to {@link #getStatusCode}. |
public final int | STATUS_CODE_SUCCESSStatus code indicating success of the operation. |
public final int | STATUS_CODE_FAILUREStatus code indicating failure of the operation. |
public static final int | STATUS_CODE_WARNINGStatus code indicating success, with warning. |