|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.NO_IMPLEMENT
public class NO_IMPLEMENT
This exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists. NO_IMPLEMENT can, for example, be raised by an ORB if a client asks for an object?s type definition from the interface repository, but no interface repository is provided by the ORB.
| Field Summary |
|---|
| Fields inherited from class org.omg.CORBA.SystemException |
|---|
completed, minor |
| Constructor Summary | |
|---|---|
NO_IMPLEMENT()
Default constructor |
|
NO_IMPLEMENT(int minor,
CompletionStatus completed)
Constructor with fields initialization |
|
NO_IMPLEMENT(java.lang.String orb_reason)
Constructor with reason string |
|
NO_IMPLEMENT(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NO_IMPLEMENT()
public NO_IMPLEMENT(java.lang.String orb_reason)
public NO_IMPLEMENT(int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception member
public NO_IMPLEMENT(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||