org.omg.CosCollection
Class IteratorInvalid

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.omg.CORBA.UserException
              extended byorg.omg.CosCollection.IteratorInvalid
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IteratorInvalid
extends UserException

Generated from IDL definition of exception "IteratorInvalid"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 IteratorInvalidReason why
           
 
Constructor Summary
IteratorInvalid()
           
IteratorInvalid(IteratorInvalidReason why)
           
IteratorInvalid(java.lang.String _reason, IteratorInvalidReason why)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

why

public IteratorInvalidReason why
Constructor Detail

IteratorInvalid

public IteratorInvalid()

IteratorInvalid

public IteratorInvalid(java.lang.String _reason,
                       IteratorInvalidReason why)

IteratorInvalid

public IteratorInvalid(IteratorInvalidReason why)