javax.naming
Class SizeLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LimitExceededException
javax.naming.SizeLimitExceededException
- All Implemented Interfaces:
- Serializable
public class SizeLimitExceededException
- extends LimitExceededException
Thrown from the 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.
- See Also:
- Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
SizeLimitExceededException
public SizeLimitExceededException()
SizeLimitExceededException
public SizeLimitExceededException(String msg)