javax.naming
Class PartialResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.PartialResultException
- All Implemented Interfaces:
- Serializable
public class PartialResultException
- extends NamingException
Thrown from the NamingEnumeration
, this exception
indicates that 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 |
PartialResultException
public PartialResultException()
PartialResultException
public PartialResultException(String msg)