org.omg.CORBA
Class BAD_OPERATION
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.omg.CORBA.SystemException
|
+--org.omg.CORBA.BAD_OPERATION
- All Implemented Interfaces:
- org.apache.avalon.framework.CascadingThrowable, java.io.Serializable
- public class BAD_OPERATION
- extends SystemException
This indicates that an object reference denotes an existing
object, but that the object does not support the operation that
was invoked.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BAD_OPERATION
public BAD_OPERATION()
BAD_OPERATION
public BAD_OPERATION(java.lang.String orb_reason)
BAD_OPERATION
public BAD_OPERATION(int minor,
CompletionStatus completed)
BAD_OPERATION
public BAD_OPERATION(java.lang.String orb_reason,
int minor,
CompletionStatus completed)