Package com.wombat.mama
Class MamaError
- java.lang.Object
-
- com.wombat.mama.MamaError
-
public class MamaError extends java.lang.Object
Class containing constants and utility methods for Mama internal errors.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_DEFAULT
The last error in the current threadstatic int
ERROR_INITIAL_TIMEOUT
static int
ERROR_NO_RESOLVER
static int
ERROR_NOT_ENTITLED
static int
ERROR_RECAP_TIMEOUT
static int
ERROR_UNKNOWN
-
Constructor Summary
Constructors Constructor Description MamaError()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toString(int error)
Get a stringified representation of the error.
-
-
-
Field Detail
-
ERROR_DEFAULT
public static final int ERROR_DEFAULT
The last error in the current thread- See Also:
- Constant Field Values
-
ERROR_INITIAL_TIMEOUT
public static final int ERROR_INITIAL_TIMEOUT
- See Also:
- Constant Field Values
-
ERROR_RECAP_TIMEOUT
public static final int ERROR_RECAP_TIMEOUT
- See Also:
- Constant Field Values
-
ERROR_NOT_ENTITLED
public static final int ERROR_NOT_ENTITLED
- See Also:
- Constant Field Values
-
ERROR_NO_RESOLVER
public static final int ERROR_NO_RESOLVER
- See Also:
- Constant Field Values
-
ERROR_UNKNOWN
public static final int ERROR_UNKNOWN
- See Also:
- Constant Field Values
-
-