org.omg.PortableServer.POAPackage
Class InvalidPolicy

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.PortableServer.POAPackage.InvalidPolicy
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class InvalidPolicy
extends UserException

See Also:
Serialized Form

Field Summary
 short index
           
 
Constructor Summary
InvalidPolicy()
           
InvalidPolicy(short index)
           
InvalidPolicy(java.lang.String orb_reason, short index)
           
 
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
 

Field Detail

index

public short index
Constructor Detail

InvalidPolicy

public InvalidPolicy()

InvalidPolicy

public InvalidPolicy(short index)

InvalidPolicy

public InvalidPolicy(java.lang.String orb_reason,
                     short index)