org.omg.CosTrading.LookupPackage
Class PolicyTypeMismatch

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

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)
           
 
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)