com.ibm.portal.resolver.exceptions
Interface Constants

All Known Implementing Classes:
AccessControlFailedException, EntityDeletedException, EntityNotFoundException, InvalidParameterException, LocalizedIOException, LocalizedSAXException, LocalizedTransformerException, MessageCodeIOException, MessageCodeResolutionException, MessageCodeSAXException, MessageCodeTransformerException, ObjectIDDeletedException, ObjectIDMissingException, ObjectIDNotFoundException, RedirectResolutionException, ResolutionException, ResolutionProxyException, ResolutionSerializationException, ResolutionTimeoutException, ResourceDeletedException, ResourceNotFoundException, ServiceHandlerNotFoundException, ServiceNotAvailableException, ServiceNotFoundException, URINotFoundException

public interface Constants

Constants for HTTP status codes.

Since:
7.0

Field Summary
static int SC_BAD_REQUEST
           
static int SC_GONE
           
static int SC_INTERNAL_SERVER_ERROR
           
static int SC_NOT_FOUND
           
static int SC_REQUEST_TIMEOUT
           
static int SC_SERVICE_UNAVAILABLE
           
static int SC_UNAUTHORIZED
           
 

Field Detail

SC_BAD_REQUEST

static final int SC_BAD_REQUEST
See Also:
Constant Field Values

SC_UNAUTHORIZED

static final int SC_UNAUTHORIZED
See Also:
Constant Field Values

SC_NOT_FOUND

static final int SC_NOT_FOUND
See Also:
Constant Field Values

SC_SERVICE_UNAVAILABLE

static final int SC_SERVICE_UNAVAILABLE
See Also:
Constant Field Values

SC_INTERNAL_SERVER_ERROR

static final int SC_INTERNAL_SERVER_ERROR
See Also:
Constant Field Values

SC_GONE

static final int SC_GONE
See Also:
Constant Field Values

SC_REQUEST_TIMEOUT

static final int SC_REQUEST_TIMEOUT
See Also:
Constant Field Values