|
||||||||
| 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.INTF_REPOS
public class INTF_REPOS
An ORB raises this exception if it cannot reach the interface repository, or some other failure relating to the interface repository is detected.
| Field Summary |
|---|
| Fields inherited from class org.omg.CORBA.SystemException |
|---|
completed, minor |
| Constructor Summary | |
|---|---|
INTF_REPOS()
Default constructor |
|
INTF_REPOS(int minor,
CompletionStatus completed)
Constructor with fields initialization |
|
INTF_REPOS(java.lang.String orb_reason)
Constructor with reason string |
|
INTF_REPOS(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 INTF_REPOS()
public INTF_REPOS(java.lang.String orb_reason)
public INTF_REPOS(int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception member
public INTF_REPOS(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 | |||||||