org.omg.CosTrading.LinkPackage
Class DefaultFollowTooPermissive

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.DefaultFollowTooPermissive
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Exception definition: DefaultFollowTooPermissive.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 FollowOption def_pass_on_follow_rule
          Exception member def_pass_on_follow_rule
 FollowOption limiting_follow_rule
          Exception member limiting_follow_rule
 
Constructor Summary
DefaultFollowTooPermissive()
          Default constructor
DefaultFollowTooPermissive(FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
          Constructor with fields initialization
DefaultFollowTooPermissive(java.lang.String orb_reason, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
          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

def_pass_on_follow_rule

public FollowOption def_pass_on_follow_rule
Exception member def_pass_on_follow_rule


limiting_follow_rule

public FollowOption limiting_follow_rule
Exception member limiting_follow_rule

Constructor Detail

DefaultFollowTooPermissive

public DefaultFollowTooPermissive()
Default constructor


DefaultFollowTooPermissive

public DefaultFollowTooPermissive(FollowOption def_pass_on_follow_rule,
                                  FollowOption limiting_follow_rule)
Constructor with fields initialization

Parameters:
def_pass_on_follow_rule - def_pass_on_follow_rule exception member
limiting_follow_rule - limiting_follow_rule exception member

DefaultFollowTooPermissive

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

Parameters:
def_pass_on_follow_rule - def_pass_on_follow_rule exception member
limiting_follow_rule - limiting_follow_rule exception member