amip.api.wrapper.constants
Class Errors

java.lang.Object
  extended by amip.api.wrapper.constants.Errors

public class Errors
extends java.lang.Object


Field Summary
static int AC_ERR_CLIENTISNULL
           
static int AC_ERR_CONNECTIONFAILED
           
static int AC_ERR_EXCEPTION
           
static int AC_ERR_NOERROR
           
static int AC_ERR_SERVERNOTRUNNING
           
 
Constructor Summary
Errors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AC_ERR_NOERROR

public static final int AC_ERR_NOERROR
See Also:
Constant Field Values

AC_ERR_CLIENTISNULL

public static final int AC_ERR_CLIENTISNULL
See Also:
Constant Field Values

AC_ERR_EXCEPTION

public static final int AC_ERR_EXCEPTION
See Also:
Constant Field Values

AC_ERR_CONNECTIONFAILED

public static final int AC_ERR_CONNECTIONFAILED
See Also:
Constant Field Values

AC_ERR_SERVERNOTRUNNING

public static final int AC_ERR_SERVERNOTRUNNING
See Also:
Constant Field Values
Constructor Detail

Errors

public Errors()