All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.directory.SearchTimeLimitExceededException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.directory.DSException
|
+----java.naming.directory.SearchTimeLimitExceededException
- public class SearchTimeLimitExceededException
- extends DSException
SearchTimeLimitExceededException is thrown when a search
does not terminate within the specified time limit.
-
SearchTimeLimitExceededException()
- Constructs a new instance of SearchTimeLimitExceededException.
-
SearchTimeLimitExceededException(Name, Object, Name, String)
- Constructs a new instance of SearchTimeLimitException using the
arguments supplied.
-
SearchTimeLimitExceededException(String)
- Constructs a new instance of SearchTimeLimitExceededException
using the argument supplied.
SearchTimeLimitExceededException
public SearchTimeLimitExceededException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation)
- Constructs a new instance of SearchTimeLimitException 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.
- explanation - Additional detail about this exception.
SearchTimeLimitExceededException
public SearchTimeLimitExceededException()
- Constructs a new instance of SearchTimeLimitExceededException.
SearchTimeLimitExceededException
public SearchTimeLimitExceededException(String explanation)
- Constructs a new instance of SearchTimeLimitExceededException
using the argument supplied.
- Parameters:
- explanation - Detail about this exception.
All Packages Class Hierarchy This Package Previous Next Index