|
||||||||
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.TRANSIENT
public class TRANSIENT
TRANSIENT indicates that the ORB attempted to reach an object and failed. It is not an indication that an object does not exist. Instead, it simply means that no further determination of an object?s status was possible because it could not be reached. This exception is raised if an attempt to establish a connection fails, for example, because the server or the implementation repository is down.
Field Summary |
---|
Fields inherited from class org.omg.CORBA.SystemException |
---|
completed, minor |
Constructor Summary | |
---|---|
TRANSIENT()
Default constructor |
|
TRANSIENT(int minor,
CompletionStatus completed)
Constructor with fields initialization |
|
TRANSIENT(java.lang.String orb_reason)
Constructor with reason string |
|
TRANSIENT(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 TRANSIENT()
public TRANSIENT(java.lang.String orb_reason)
public TRANSIENT(int minor, CompletionStatus completed)
minor
- minor exception membercompleted
- completed exception memberpublic TRANSIENT(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 |