Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

oracle.uddi.message.util
Class SequentialAccessOnlyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.uddi.UddiException
              extended byoracle.uddi.message.util.SequentialAccessOnlyException

All Implemented Interfaces:
java.io.Serializable

public class SequentialAccessOnlyException
extends UddiException

Indicates the only sequential access on the bag is allowed, thrown by BagRandomAccessor methods.

See Also:
BagRandomAccessor, BagSequentialAccessor, Serialized Form

Constructor Summary
SequentialAccessOnlyException()
          There is really only one error condition for this exception, so the error message is hardcoded here.

 

Methods inherited from class oracle.uddi.UddiException
getErrorCode, getLocalizedMessage, getMessage, getWrappedThrowable, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString

 

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

 

Constructor Detail

SequentialAccessOnlyException

public SequentialAccessOnlyException()
There is really only one error condition for this exception, so the error message is hardcoded here.

Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

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