org.omg.CosTrading.LinkPackage
Class LimitingFollowTooPermissive

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

public final class LimitingFollowTooPermissive
extends org.omg.CORBA.UserException

Exception definition: LimitingFollowTooPermissive.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 FollowOption limiting_follow_rule
          Exception member limiting_follow_rule
 FollowOption max_link_follow_policy
          Exception member max_link_follow_policy
 
Constructor Summary
LimitingFollowTooPermissive()
          Default constructor
LimitingFollowTooPermissive(FollowOption limiting_follow_rule, FollowOption max_link_follow_policy)
          Constructor with fields initialization
LimitingFollowTooPermissive(java.lang.String orb_reason, FollowOption limiting_follow_rule, FollowOption max_link_follow_policy)
          Full constructor with fields initialization
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

limiting_follow_rule

public FollowOption limiting_follow_rule
Exception member limiting_follow_rule


max_link_follow_policy

public FollowOption max_link_follow_policy
Exception member max_link_follow_policy

Constructor Detail

LimitingFollowTooPermissive

public LimitingFollowTooPermissive()
Default constructor


LimitingFollowTooPermissive

public LimitingFollowTooPermissive(FollowOption limiting_follow_rule,
                                   FollowOption max_link_follow_policy)
Constructor with fields initialization

Parameters:
limiting_follow_rule - limiting_follow_rule exception member
max_link_follow_policy - max_link_follow_policy exception member

LimitingFollowTooPermissive

public LimitingFollowTooPermissive(java.lang.String orb_reason,
                                   FollowOption limiting_follow_rule,
                                   FollowOption max_link_follow_policy)
Full constructor with fields initialization

Parameters:
limiting_follow_rule - limiting_follow_rule exception member
max_link_follow_policy - max_link_follow_policy exception member