javax.naming
Class SizeLimitExceededException
public
class
SizeLimitExceededException
extends LimitExceededException
Thrown from the {@link javax.naming.NamingEnumeration}, this exception
indicates that there are more elements than the previously specified
size limit. Hence the enumeration represents only part of the existing
elements that would be an answer to the specified request.
public SizeLimitExceededException()
public SizeLimitExceededException(
String msg)