org.omg.CORBA
Class InvalidPolicies

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

public final class InvalidPolicies
extends UserException

Generated from IDL definition of exception "InvalidPolicies"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 short[] indices
           
 
Constructor Summary
InvalidPolicies()
           
InvalidPolicies(short[] indices)
           
InvalidPolicies(java.lang.String _reason, short[] indices)
           
 
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

indices

public short[] indices
Constructor Detail

InvalidPolicies

public InvalidPolicies()

InvalidPolicies

public InvalidPolicies(java.lang.String _reason,
                       short[] indices)

InvalidPolicies

public InvalidPolicies(short[] indices)