Java API

oracle.uddi.message.util
Class RandomAccessOnlyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.uddi.UddiException
                    |
                    +--oracle.uddi.message.util.RandomAccessOnlyException

public class RandomAccessOnlyException
extends UddiException

Indicates the only random access on the bag is allowed, thrown by BagSequentialAccessor methods.

See Also:
BagRandomAccessor, BagSequentialAccessor, Serialized Form

Constructor Summary
RandomAccessOnlyException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomAccessOnlyException

public RandomAccessOnlyException()

Java API

Copyright © 2001 - Oracle Corporation