Name

NO_RESOURCES

Synopsis

A standard CORBA exception thrown when resources cannot be allocated to execute a request, on either the client or the server.

                  
public final class NO_RESOURCES extends org.omg.CORBA.SystemException {
// Public Constructors
   public NO_RESOURCES();  
   public NO_RESOURCES( String s);  
   public NO_RESOURCES(int minor, 
        CompletionStatus completed);  
   public NO_RESOURCES(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.