|
||||||||
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.IMP_LIMIT
public class IMP_LIMIT
This exception indicates that an implementation limit was exceeded in the ORB run time. For example, an ORB may reach the maximum number of references it can hold simultaneously in an address space, the size of a parameter may have exceeded the allowed maximum, or an ORB may impose a maximum on the number of clients or servers that can run simultaneously.
Field Summary |
---|
Fields inherited from class org.omg.CORBA.SystemException |
---|
completed, minor |
Constructor Summary | |
---|---|
IMP_LIMIT()
Default constructor |
|
IMP_LIMIT(int minor,
CompletionStatus completed)
Constructor with fields initialization |
|
IMP_LIMIT(java.lang.String orb_reason)
Constructor with reason string |
|
IMP_LIMIT(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 IMP_LIMIT()
public IMP_LIMIT(java.lang.String orb_reason)
public IMP_LIMIT(int minor, CompletionStatus completed)
minor
- minor exception membercompleted
- completed exception memberpublic IMP_LIMIT(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 |