OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.client
Class NotImplementedException

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

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

Thrown by SyndicateConnection APIs when the invoked API is not implemented either client side or server side.

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
NotImplementedException(java.lang.String request)
           

 

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

NotImplementedException

public NotImplementedException(java.lang.String request)

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

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