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.
Constructor Summary
SizeLimitExceededException()
SizeLimitExceededException(String msg)

Constructor Detail

SizeLimitExceededException

public SizeLimitExceededException()

SizeLimitExceededException

public SizeLimitExceededException(String msg)