Package com.wombat.mama
Class MamaError
- java.lang.Object
-
- com.wombat.mama.MamaError
-
public class MamaError extends java.lang.ObjectClass containing constants and utility methods for Mama internal errors.
-
-
Field Summary
Fields Modifier and Type Field Description static intERROR_DEFAULTThe last error in the current threadstatic intERROR_INITIAL_TIMEOUTstatic intERROR_NO_RESOLVERstatic intERROR_NOT_ENTITLEDstatic intERROR_RECAP_TIMEOUTstatic intERROR_UNKNOWN
-
Constructor Summary
Constructors Constructor Description MamaError()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoString(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
-
-