Name

IMP_LIMIT

Synopsis

A standard CORBA exception thrown when some implementation limit has been exceeded.

                  Implementations
public final class IMP_LIMIT extends org.omg.CORBA.SystemException {
// Public Constructors
   public IMP_LIMIT();  
   public IMP_LIMIT( String s);  
   public IMP_LIMIT( int minor, CompletionStatus completed);  
   public IMP_LIMIT(String s, int minor, 
        CompletionStatus completed);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.