org.genepattern.webservice
Class OmnigeneErrorCode

java.lang.Object
  extended byorg.genepattern.webservice.OmnigeneErrorCode

public class OmnigeneErrorCode
extends java.lang.Object

OmnigeneErrorCodes Used in referencing error number with messages.


Field Summary
static int E_OMNIBUS_BUSY
          Server busy error in Omnibus
static int E_OMNIBUS_FATAL_ERROR
          Fatal Error in Omnibus
static int E_OMNIBUS_UNRECOGNIZED_VERSION
           
static int E_PROPERTY_NOT_FOUND
          Property value not found
static int E_SERVER_NOT_STARTED
          App server not started
 
Constructor Summary
OmnigeneErrorCode()
           
 
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
 

Field Detail

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
Constructor Detail

OmnigeneErrorCode

public OmnigeneErrorCode()
Method Detail

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


Hosted by docs.bugaco.com