org.eclipse.higgins.ics.gwt.base.client.model.entity
Class ErrorKeys

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.ErrorKeys
All Implemented Interfaces:
Serializable

public class ErrorKeys
extends Object
implements Serializable

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Field Summary
static Integer ERROR_CODE_Exception
           
static Integer ERROR_CODE_RemoteException
           
static Integer ERROR_CODE_ServiceException
           
static Integer ERROR_CODE_StsFaultException
           
static Integer ERROR_CODE_UnauthorizationResult
           
static Integer ERROR_CODE_UnserializableResult
           
 
Constructor Summary
ErrorKeys()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_CODE_Exception

public static final Integer ERROR_CODE_Exception

ERROR_CODE_ServiceException

public static final Integer ERROR_CODE_ServiceException

ERROR_CODE_RemoteException

public static final Integer ERROR_CODE_RemoteException

ERROR_CODE_StsFaultException

public static final Integer ERROR_CODE_StsFaultException

ERROR_CODE_UnserializableResult

public static final Integer ERROR_CODE_UnserializableResult

ERROR_CODE_UnauthorizationResult

public static final Integer ERROR_CODE_UnauthorizationResult
Constructor Detail

ErrorKeys

public ErrorKeys()