oracle.syndication
Interface OSSExceptionConstants

All Known Implementing Classes:
OSSException

public abstract interface OSSExceptionConstants

This interface defines the constants used by OSSExceptions.


Field Summary
TypeField
static int ERR_EXC_START_CODE
          The starting code of all Oracle Syndication Server error codes
static int ERR_GENERIC_CODE
          A generic error code from the Oracle Syndication Server
static int ERR_INTERNAL
          An internal error code
static java.lang.String EXC_PREFIX
          This is the prefix pre-pended to all syndication server error codes
 

Field Detail

EXC_PREFIX

public static final java.lang.String EXC_PREFIX
This is the prefix pre-pended to all syndication server error codes

ERR_GENERIC_CODE

public static final int ERR_GENERIC_CODE
A generic error code from the Oracle Syndication Server

ERR_INTERNAL

public static final int ERR_INTERNAL
An internal error code

ERR_EXC_START_CODE

public static final int ERR_EXC_START_CODE
The starting code of all Oracle Syndication Server error codes