org.omg.CosTrading.ProxyPackage
Class IllegalRecipe

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

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

Exception definition: IllegalRecipe.

Author:
OpenORB Compiler
See Also:
Serialized Form

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

recipe

public java.lang.String recipe
Exception member recipe

Constructor Detail

IllegalRecipe

public IllegalRecipe()
Default constructor


IllegalRecipe

public IllegalRecipe(java.lang.String recipe)
Constructor with fields initialization

Parameters:
recipe - recipe exception member

IllegalRecipe

public IllegalRecipe(java.lang.String orb_reason,
                     java.lang.String recipe)
Full constructor with fields initialization

Parameters:
recipe - recipe exception member