org.genepattern.webservice
Class OmnigeneErrorCode
java.lang.Object
org.genepattern.webservice.OmnigeneErrorCode
- public class OmnigeneErrorCode
- extends java.lang.Object
OmnigeneErrorCodes Used in referencing error number with messages.
|
Method Summary |
static java.lang.String |
getMessage(int errno)
Returns a text message describing the errno code passed in. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
E_OMNIBUS_BUSY
public static final int E_OMNIBUS_BUSY
- Server busy error in Omnibus
- See Also:
- Constant Field Values
E_OMNIBUS_FATAL_ERROR
public static final int E_OMNIBUS_FATAL_ERROR
- Fatal Error in Omnibus
- See Also:
- Constant Field Values
E_OMNIBUS_UNRECOGNIZED_VERSION
public static final int E_OMNIBUS_UNRECOGNIZED_VERSION
- See Also:
- Constant Field Values
E_PROPERTY_NOT_FOUND
public static final int E_PROPERTY_NOT_FOUND
- Property value not found
- See Also:
- Constant Field Values
E_SERVER_NOT_STARTED
public static final int E_SERVER_NOT_STARTED
- App server not started
- See Also:
- Constant Field Values
OmnigeneErrorCode
public OmnigeneErrorCode()
getMessage
public static java.lang.String getMessage(int errno)
- Returns a text message describing the errno code passed in.
- Parameters:
errno - Error Number
- Returns:
- Error Message String
|