javax.naming
Class SizeLimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.LimitExceededException
                  extended by 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

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
SizeLimitExceededException()
           
SizeLimitExceededException(String msg)
           
 
Method Summary
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeLimitExceededException

public SizeLimitExceededException()

SizeLimitExceededException

public SizeLimitExceededException(String msg)