oracle.syndication
Interface ICEStatusCode

All Known Implementing Classes:
Ice_code, ICEMessageManager, ICEResponse, ICESampleOfferManager, ICESampleClient

public abstract interface ICEStatusCode

Oracle Syndication Server Status Code Constants This list of constants extends the status codes from ICE with Oracle Syndication Server status codes specific to its implementation of an ICE Server.


Field Summary
TypeField
static int ICE200
          ICE status code signifying "OK"
static int ICE201
          ICE status code signifying "Confirmed"
static int ICE202
          ICE status code signifying "Package sequence state already current"
static int ICE300
          ICE status code signifying "Generic catastrophic payload error"
static int ICE301
          ICE status code signifying "payload incomplete/cannot parse"
static int ICE302
          ICE status code signifying "payload not well formed XML"
static int ICE303
          ICE status code signifying "payload validation failure"
static int ICE320
          ICE status code signifying "Incompatible version"
static int ICE331
          ICE status code signifying "Failure fetching external data"
static int ICE390
          ICE status code signifying "Payload temporary redirect"
static int ICE391
          ICE status code signifying "Payload permanent redirect"
static int ICE400
          ICE status code signifying "Generic request error"
static int ICE401
          ICE status code signifying "Incomplete/cannot parse"
static int ICE402
          ICE status code signifying "Not well formed XML"
static int ICE403
          ICE status code signifying "Validation failure"
static int ICE405
          ICE status code signifying "Unrecognized sender"
static int ICE406
          ICE status code signifying "Unrecognized subscription"
static int ICE407
          ICE status code signifying "Unrecognized operation"
static int ICE408
          ICE status code signifying "Unrecognized operation arguments"
static int ICE409
          ICE status code signifying "Not available under this subscription"
static int ICE410
          ICE status code signifying "Not found"
static int ICE411
          ICE status code signifying "Unrecognized package sequence state"
static int ICE412
          ICE status code signifying "Unauthorized"
static int ICE413
          ICE status code signifying "Forbidden"
static int ICE414
          ICE status code signifying "Business term violation"
static int ICE420
          ICE status code signifying "Constraint failure"
static int ICE422
          ICE status code signifying "Schedule violation, try again later"
static int ICE430
          ICE status code signifying "Not confirmed"
static int ICE431
          ICE status code signifying "Error fetching external data"
static int ICE440
          ICE status code signifying "Sorry"
static int ICE441
          ICE status code signifying "Counter proposal"
static int ICE442
          ICE status code signifying "Renegotiation in progress"
static int ICE500
          ICE status code signifying "Generic internal responder error"
static int ICE501
          ICE status code signifying "Temporary responder problem"
static int ICE503
          ICE status code signifying "Not implmeneted"
static int ICE601
          ICE status code signifying "Unsolicited message must be processed now"
static int ICE602
          ICE status code signifying "Excessive confirmations outstanding"
static int ICE603
          ICE status code signifying "No more confirmations to send"
static int ICE604
          ICE status code signifying "No more unsolicited messages"
static int ICE701
          OSS status code of "Failed to process subscription"
static int ICE702
          OSS status code of "Subscription already exists"
static int ICE703
          OSS status code of "Content provider already exists"
static int ICE704
          OSS status code of "Content provider not found"
static int ICE705
          OSS status code of "Content provider adaptor not found"
static int ICE706
          OSS status code of "Failed to load the Content Provider Adaptor class"
static int ICE707
          OSS status code of "I/O exception when trying to send a request"
static int ICE708
          OSS status code of "HTTP response error"
static int ICE709
          OSS status code of "Invalid content type for the response"
static int ICE710
          OSS status code of "Failed to spawn a scheduler"
static int ICE711
          OSS status code of "Subscriber already exists"
static int ICE712
          OSS status code of "Subscriber not found"
static int ICE713
          OSS status code of "there is no content provider associated with the current subscriber"
static int ICE714
          OSS status code of "Expired subscription"
static int ICE715
          OSS status code of "scheduler not found"
static int ICE716
          OSS status code of "this content provider is not accessible to the current subscriber"
static int ICE717
          OSS status code of "content provider returned empty response"
static int ICE720
          OSS Internal Event Message Exception
static int ICE721
          OSS Event AQueue/JMS Initialization failed
static int ICE722
          OSS Event AQueue Enqueue failed
static int ICE730
          OSS Registration Process : Cannot open the ZIP specified by the given name
static int ICE731
          OSS Registration Process : I/O Exception ( cannot get inputstream or cannot close reader
static int ICE732
          OSS Registration Process : Cannot open the descriptor file
static int ICE733
          OSS Registration Process : XML Exception
static int ICE734
          OSS Registration Process : Failed to load the specified resource ( such as .xsd file )
static int ICE735
          OSS Registration Process : Cannot find the gateway entry
static int ICE736
          OSS Registration Process : gateway entry already exists
static int ICE741
          fail to set cookie acceptance
static int ICE742
          fail to build valid SSO URL
static int ICE743
          fail to parse HTTP response
static int ICE744
          By using Oracle's HTTP Client implementation, we rely on the ability of getting a CookieModule from the HTTP connection So if there is no such module existing in the current connection, we can do nothing about SSO since cookie-setting is required
static int ICE745
          Fail to set cookie
static int ICE750
          fail to send email
static int ICE760
          session expired this happens when the OSS client idles for a long time, and the session expires.
static int ICE761
          no corresponding handler available this happens when user asks for a service handler that does not exist.
static int ICE770
          fail to open SSL certificates
static int ICE771
          fail to delivery Ice-item-ref data
static int ICE772
          Invalid proxy setting; cannot be initialized
static int ICE773
          Failed to notify
static int ICEMAX
          A useful constant to check if this is an ICE compliant error code.
 

Field Detail

ICE200

public static final int ICE200
ICE status code signifying "OK"

ICE201

public static final int ICE201
ICE status code signifying "Confirmed"

ICE202

public static final int ICE202
ICE status code signifying "Package sequence state already current"

ICE300

public static final int ICE300
ICE status code signifying "Generic catastrophic payload error"

ICE301

public static final int ICE301
ICE status code signifying "payload incomplete/cannot parse"

ICE302

public static final int ICE302
ICE status code signifying "payload not well formed XML"

ICE303

public static final int ICE303
ICE status code signifying "payload validation failure"

ICE320

public static final int ICE320
ICE status code signifying "Incompatible version"

ICE331

public static final int ICE331
ICE status code signifying "Failure fetching external data"

ICE390

public static final int ICE390
ICE status code signifying "Payload temporary redirect"

ICE391

public static final int ICE391
ICE status code signifying "Payload permanent redirect"

ICE400

public static final int ICE400
ICE status code signifying "Generic request error"

ICE401

public static final int ICE401
ICE status code signifying "Incomplete/cannot parse"

ICE402

public static final int ICE402
ICE status code signifying "Not well formed XML"

ICE403

public static final int ICE403
ICE status code signifying "Validation failure"

ICE405

public static final int ICE405
ICE status code signifying "Unrecognized sender"

ICE406

public static final int ICE406
ICE status code signifying "Unrecognized subscription"

ICE407

public static final int ICE407
ICE status code signifying "Unrecognized operation"

ICE408

public static final int ICE408
ICE status code signifying "Unrecognized operation arguments"

ICE409

public static final int ICE409
ICE status code signifying "Not available under this subscription"

ICE410

public static final int ICE410
ICE status code signifying "Not found"

ICE411

public static final int ICE411
ICE status code signifying "Unrecognized package sequence state"

ICE412

public static final int ICE412
ICE status code signifying "Unauthorized"

ICE413

public static final int ICE413
ICE status code signifying "Forbidden"

ICE414

public static final int ICE414
ICE status code signifying "Business term violation"

ICE420

public static final int ICE420
ICE status code signifying "Constraint failure"

ICE422

public static final int ICE422
ICE status code signifying "Schedule violation, try again later"

ICE430

public static final int ICE430
ICE status code signifying "Not confirmed"

ICE431

public static final int ICE431
ICE status code signifying "Error fetching external data"

ICE440

public static final int ICE440
ICE status code signifying "Sorry"

ICE441

public static final int ICE441
ICE status code signifying "Counter proposal"

ICE442

public static final int ICE442
ICE status code signifying "Renegotiation in progress"

ICE500

public static final int ICE500
ICE status code signifying "Generic internal responder error"

ICE501

public static final int ICE501
ICE status code signifying "Temporary responder problem"

ICE503

public static final int ICE503
ICE status code signifying "Not implmeneted"

ICE601

public static final int ICE601
ICE status code signifying "Unsolicited message must be processed now"

ICE602

public static final int ICE602
ICE status code signifying "Excessive confirmations outstanding"

ICE603

public static final int ICE603
ICE status code signifying "No more confirmations to send"

ICE604

public static final int ICE604
ICE status code signifying "No more unsolicited messages"

ICEMAX

public static final int ICEMAX
A useful constant to check if this is an ICE compliant error code.

ICE701

public static final int ICE701
OSS status code of "Failed to process subscription"

ICE702

public static final int ICE702
OSS status code of "Subscription already exists"

ICE703

public static final int ICE703
OSS status code of "Content provider already exists"

ICE704

public static final int ICE704
OSS status code of "Content provider not found"

ICE705

public static final int ICE705
OSS status code of "Content provider adaptor not found"

ICE706

public static final int ICE706
OSS status code of "Failed to load the Content Provider Adaptor class"

ICE707

public static final int ICE707
OSS status code of "I/O exception when trying to send a request"

ICE708

public static final int ICE708
OSS status code of "HTTP response error"

ICE709

public static final int ICE709
OSS status code of "Invalid content type for the response"

ICE710

public static final int ICE710
OSS status code of "Failed to spawn a scheduler"

ICE711

public static final int ICE711
OSS status code of "Subscriber already exists"

ICE712

public static final int ICE712
OSS status code of "Subscriber not found"

ICE713

public static final int ICE713
OSS status code of "there is no content provider associated with the current subscriber"

ICE714

public static final int ICE714
OSS status code of "Expired subscription"

ICE715

public static final int ICE715
OSS status code of "scheduler not found"

ICE716

public static final int ICE716
OSS status code of "this content provider is not accessible to the current subscriber"

ICE717

public static final int ICE717
OSS status code of "content provider returned empty response"

ICE720

public static final int ICE720
OSS Internal Event Message Exception

ICE721

public static final int ICE721
OSS Event AQueue/JMS Initialization failed

ICE722

public static final int ICE722
OSS Event AQueue Enqueue failed

ICE730

public static final int ICE730
OSS Registration Process : Cannot open the ZIP specified by the given name

ICE731

public static final int ICE731
OSS Registration Process : I/O Exception ( cannot get inputstream or cannot close reader

ICE732

public static final int ICE732
OSS Registration Process : Cannot open the descriptor file

ICE733

public static final int ICE733
OSS Registration Process : XML Exception

ICE734

public static final int ICE734
OSS Registration Process : Failed to load the specified resource ( such as .xsd file )

ICE735

public static final int ICE735
OSS Registration Process : Cannot find the gateway entry

ICE736

public static final int ICE736
OSS Registration Process : gateway entry already exists

ICE741

public static final int ICE741
fail to set cookie acceptance

ICE742

public static final int ICE742
fail to build valid SSO URL

ICE743

public static final int ICE743
fail to parse HTTP response

ICE744

public static final int ICE744
By using Oracle's HTTP Client implementation, we rely on the ability of getting a CookieModule from the HTTP connection So if there is no such module existing in the current connection, we can do nothing about SSO since cookie-setting is required

ICE745

public static final int ICE745
Fail to set cookie

ICE750

public static final int ICE750
fail to send email

ICE760

public static final int ICE760
session expired this happens when the OSS client idles for a long time, and the session expires.

ICE761

public static final int ICE761
no corresponding handler available this happens when user asks for a service handler that does not exist.

ICE770

public static final int ICE770
fail to open SSL certificates

ICE771

public static final int ICE771
fail to delivery Ice-item-ref data

ICE772

public static final int ICE772
Invalid proxy setting; cannot be initialized

ICE773

public static final int ICE773
Failed to notify