All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.InsufficientResourcesException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.InsufficientResourcesException

public class InsufficientResourcesException
extends NamingException
This exception is raised when resources are not available to complete the requested operation.


Constructor Index

 o InsufficientResourcesException()
Constructs a new instance of InsufficientResourcesException.
 o InsufficientResourcesException(Name, Object, Name)
Constructs a new instance of InsufficientResourcesException using the arguments supplied.
 o InsufficientResourcesException(Name, Object, Name, String)
Constructs a new instance of InsufficientResourcesException.
 o InsufficientResourcesException(String)
Constructs a new instance of InsufficientResourcesException using the arguments supplied.

Constructors

 o InsufficientResourcesException
 public InsufficientResourcesException(Name resolvedName,
                                       Object resolvedObj,
                                       Name remainingName,
                                       String explanation)
Constructs a new instance of InsufficientResourcesException.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.
 o InsufficientResourcesException
 public InsufficientResourcesException(Name resolvedName,
                                       Object resolvedObj,
                                       Name remainingName)
Constructs a new instance of InsufficientResourcesException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
 o InsufficientResourcesException
 public InsufficientResourcesException(String explanation)
Constructs a new instance of InsufficientResourcesException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o InsufficientResourcesException
 public InsufficientResourcesException()
Constructs a new instance of InsufficientResourcesException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index