org.omg.CosTrading.LinkPackage
Class DefaultFollowTooPermissive

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

public final class DefaultFollowTooPermissive
extends UserException

Generated from IDL definition of exception "DefaultFollowTooPermissive"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 FollowOption def_pass_on_follow_rule
           
 FollowOption limiting_follow_rule
           
 
Constructor Summary
DefaultFollowTooPermissive()
           
DefaultFollowTooPermissive(FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
DefaultFollowTooPermissive(java.lang.String _reason, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
 
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

def_pass_on_follow_rule

public FollowOption def_pass_on_follow_rule

limiting_follow_rule

public FollowOption limiting_follow_rule
Constructor Detail

DefaultFollowTooPermissive

public DefaultFollowTooPermissive()

DefaultFollowTooPermissive

public DefaultFollowTooPermissive(java.lang.String _reason,
                                  FollowOption def_pass_on_follow_rule,
                                  FollowOption limiting_follow_rule)

DefaultFollowTooPermissive

public DefaultFollowTooPermissive(FollowOption def_pass_on_follow_rule,
                                  FollowOption limiting_follow_rule)