org.omg.CosTrading.LookupPackage
Class InvalidPolicyValue

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

public final class InvalidPolicyValue
extends UserException

Generated from IDL definition of exception "InvalidPolicyValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 Policy the_policy
           
 
Constructor Summary
InvalidPolicyValue()
           
InvalidPolicyValue(Policy the_policy)
           
InvalidPolicyValue(java.lang.String _reason, Policy the_policy)
           
 
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

the_policy

public Policy the_policy
Constructor Detail

InvalidPolicyValue

public InvalidPolicyValue()

InvalidPolicyValue

public InvalidPolicyValue(java.lang.String _reason,
                          Policy the_policy)

InvalidPolicyValue

public InvalidPolicyValue(Policy the_policy)