OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.client
Class NegotiationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.syndicate.SyndicateException
                    |
                    +--oracle.syndicate.message.ice.ICEException
                          |
                          +--oracle.syndicate.client.NegotiationException
All Implemented Interfaces:
oracle.syndicate.message.ice.exmsgs.ICEExceptionConstants, java.io.Serializable

public class NegotiationException
extends oracle.syndicate.message.ice.ICEException
implements oracle.syndicate.message.ice.exmsgs.ICEExceptionConstants

Raised by SydicationConnection.subscribe if a negotiation is requried to complete the subscription offer. The syndicator offer counter proposal is returned by the getCounterOffer method.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Fields inherited from class oracle.syndicate.SyndicateException
_exCode, _htRb, _oaParams, _tInternal, EX_CODE_SEPARATOR

 

Fields inherited from interface oracle.syndicate.message.ice.exmsgs.ICEExceptionConstants
COUNTER_PROPOSAL_CDE, COUNTER_PROPOSAL_MSG, ENUM_SELECT_INVALID, ICE_COUNTER_PROPOSAL, ICE200, ICE200_CDE, ICE200_OK, ICE201_CDE, ICE201_MSG, ICE301, ICE302, ICE430_CDE, ICE430_MSG, INTERNAL_ERROR, INTERNAL_ERROR_CDE, INVALID_ATTRIBUTE_VALUE, MISSING_MEMBER, NOT_AVAILAB_UNDER_SBT, NOT_FOUND, NOT_IMPLEMENTED, OUTSTANDING_CONFIRMATIONS, PACKAGE_UP_TO_DATE, RANGE_TYPE_INVALID, SCHEDULE_VIOLATION, SELECT_ERROR, SORRY, SPAN_INVALID, SPAN_SELECTION_OUT_OF_RANGE, TIME_FORMAT_INVALID, UNEXPECTED_ELEMENT, UNRECOGNIZED_OPERATION, UNRECOGNIZED_PKG_STATE, UNRECOGNIZED_SENDER, UNRECOGNIZED_SUBSCRIPTION, VALIDATION_FAILURE, VALIDATION_FAILURE_CDE

 

Constructor Summary
NegotiationException(Offer iceCounterOffer)
           

 

Method Summary
 Offer getCounterOffer()
          Returns the syndicator counter offer for the current negotiation process.

 

Methods inherited from class oracle.syndicate.message.ice.ICEException
getICECode, getICEPhrase, getMessagePrivate, getNumberErrorCode, getResourceBundleName

 

Methods inherited from class oracle.syndicate.SyndicateException
getErrorCode, getInternalThrowable, getLocalizedMessage, getLocalizedMessage, getMessage, getParams, getResourceBundle, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

NegotiationException

public NegotiationException(Offer iceCounterOffer)
Method Detail

getCounterOffer

public Offer getCounterOffer()
Returns the syndicator counter offer for the current negotiation process.

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.