org.eaglei.datatools.client.status
Class RepositoryErrorMessages

java.lang.Object
  extended by org.eaglei.datatools.client.status.RepositoryErrorMessages
All Implemented Interfaces:
java.io.Serializable

public class RepositoryErrorMessages
extends java.lang.Object
implements java.io.Serializable

Author:
Daniela Bourges-Waldegg Put user-friendly error messages here so they're easily reviewable; these messages are set by default in individual client side exceptions
See Also:
Serialized Form

Field Summary
static java.lang.String BAD_REQUEST_MESSAGE
           
static java.lang.String CONFIGURATION_MESSAGE
           
static java.lang.String CONFLICT_MESSAGE
           
static java.lang.String FAILED_MESSAGE
           
static java.lang.String FORBIDDEN_MESSAGE
           
static java.lang.String GONE_MESSAGE
           
static java.lang.String INTERNAL_SERVER_ERROR_MESSAGE
           
static java.lang.String INVALID_SESSION_MESSAGE
           
static java.lang.String NOT_ACCEPTABLE_MESSAGE
           
static java.lang.String NOT_FOUND_MESSAGE
           
static java.lang.String STALE_TOKEN_MESSAGE
           
static java.lang.String UNAUTHORIZED_MESSAGE
           
static java.lang.String UNAVAILABLE_MESSAGE
           
 
Constructor Summary
RepositoryErrorMessages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_SESSION_MESSAGE

public static final java.lang.String INVALID_SESSION_MESSAGE
See Also:
Constant Field Values

UNAUTHORIZED_MESSAGE

public static final java.lang.String UNAUTHORIZED_MESSAGE
See Also:
Constant Field Values

UNAVAILABLE_MESSAGE

public static final java.lang.String UNAVAILABLE_MESSAGE
See Also:
Constant Field Values

FAILED_MESSAGE

public static final java.lang.String FAILED_MESSAGE
See Also:
Constant Field Values

STALE_TOKEN_MESSAGE

public static final java.lang.String STALE_TOKEN_MESSAGE
See Also:
Constant Field Values

CONFIGURATION_MESSAGE

public static final java.lang.String CONFIGURATION_MESSAGE
See Also:
Constant Field Values

BAD_REQUEST_MESSAGE

public static final java.lang.String BAD_REQUEST_MESSAGE
See Also:
Constant Field Values

CONFLICT_MESSAGE

public static final java.lang.String CONFLICT_MESSAGE
See Also:
Constant Field Values

FORBIDDEN_MESSAGE

public static final java.lang.String FORBIDDEN_MESSAGE
See Also:
Constant Field Values

INTERNAL_SERVER_ERROR_MESSAGE

public static final java.lang.String INTERNAL_SERVER_ERROR_MESSAGE
See Also:
Constant Field Values

NOT_ACCEPTABLE_MESSAGE

public static final java.lang.String NOT_ACCEPTABLE_MESSAGE
See Also:
Constant Field Values

NOT_FOUND_MESSAGE

public static final java.lang.String NOT_FOUND_MESSAGE
See Also:
Constant Field Values

GONE_MESSAGE

public static final java.lang.String GONE_MESSAGE
See Also:
Constant Field Values
Constructor Detail

RepositoryErrorMessages

public RepositoryErrorMessages()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.