org.omg.CosTrading.LookupPackage
Class PolicyTypeMismatch

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosTrading.LookupPackage.PolicyTypeMismatch
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class PolicyTypeMismatch
extends UserException

Generated from IDL definition of exception "PolicyTypeMismatch"

Author:
JacORB IDL compiler
See Also:
Serialized Form

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

PolicyTypeMismatch

public PolicyTypeMismatch()

PolicyTypeMismatch

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

PolicyTypeMismatch

public PolicyTypeMismatch(Policy the_policy)