org.omg.CORBA
Class IMP_LIMIT
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.omg.CORBA.SystemException
|
+--org.omg.CORBA.IMP_LIMIT
- All Implemented Interfaces:
- org.apache.avalon.framework.CascadingThrowable, java.io.Serializable
- public class IMP_LIMIT
- extends SystemException
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.
- 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 |
IMP_LIMIT
public IMP_LIMIT()
IMP_LIMIT
public IMP_LIMIT(java.lang.String orb_reason)
IMP_LIMIT
public IMP_LIMIT(int minor,
CompletionStatus completed)
IMP_LIMIT
public IMP_LIMIT(java.lang.String orb_reason,
int minor,
CompletionStatus completed)