org.omg.CORBA
Class BAD_PARAM

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.omg.CORBA.BAD_PARAM

public final synchronized class BAD_PARAM
extends SystemException

See Also:
Serialized Form

Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
BAD_PARAM()
           
BAD_PARAM(int, CompletionStatus)
           
BAD_PARAM(java.lang.String)
           
BAD_PARAM(java.lang.String, int, CompletionStatus)
           
 
Methods inherited from class org.omg.CORBA.SystemException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BAD_PARAM

public BAD_PARAM()

BAD_PARAM

public BAD_PARAM(int,
                 CompletionStatus)

BAD_PARAM

public BAD_PARAM(java.lang.String)

BAD_PARAM

public BAD_PARAM(java.lang.String,
                 int,
                 CompletionStatus)