java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AttributeInUseException, AttributeModificationException, CannotProceedException, CommunicationException, ConfigurationException, ContextNotEmptyException, InsufficientResourcesException, InterruptedNamingException, InvalidAttributeIdentifierException, InvalidAttributesException, InvalidAttributeValueException, InvalidNameException, InvalidSearchControlsException, InvalidSearchFilterException, LimitExceededException, LinkException, NameAlreadyBoundException, NameNotFoundException, NamingSecurityException, NoInitialContextException, NoSuchAttributeException, NotContextException, OperationNotSupportedException, PartialResultException, ReferralException, SchemaViolationException, ServiceUnavailableException
- See Also:
- Top Examples, Source Code,
Throwable.getCause()
public void appendRemainingComponent(String name)
- See Also:
appendRemainingName(javax.naming.Name)
, getRemainingName()
, setRemainingName(javax.naming.Name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void appendRemainingName(Name name)
- See Also:
appendRemainingComponent(java.lang.String)
, getRemainingName()
, setRemainingName(javax.naming.Name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Throwable getCause()
- See Also:
initCause(Throwable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getExplanation()
- See Also:
Throwable.getMessage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Name getRemainingName()
- See Also:
appendRemainingComponent(java.lang.String)
, appendRemainingName(javax.naming.Name)
, setRemainingName(javax.naming.Name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Name getResolvedName()
- See Also:
setResolvedName(javax.naming.Name)
, getResolvedObj()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getResolvedObj()
- See Also:
setResolvedObj(java.lang.Object)
, getResolvedName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Throwable getRootCause()
- See Also:
getCause()
, rootException
, setRootCause(java.lang.Throwable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Throwable initCause(Throwable cause)
- See Also:
getCause()
, IllegalStateException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NamingException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NamingException(String explanation)
- See Also:
Throwable.getMessage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Name remainingName
- See Also:
appendRemainingComponent(java.lang.String)
, appendRemainingName(javax.naming.Name)
, setRemainingName(javax.naming.Name)
, getRemainingName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Name resolvedName
- See Also:
setResolvedName(javax.naming.Name)
, getResolvedName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Object resolvedObj
- See Also:
setResolvedObj(java.lang.Object)
, getResolvedObj()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Throwable rootException
- See Also:
getCause()
, initCause(Throwable)
, setRootCause(Throwable)
, getRootCause()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRemainingName(Name name)
- See Also:
appendRemainingComponent(java.lang.String)
, appendRemainingName(javax.naming.Name)
, getRemainingName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setResolvedName(Name name)
- See Also:
getResolvedName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setResolvedObj(Object obj)
- See Also:
getResolvedObj()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRootCause(Throwable e)
- See Also:
initCause(java.lang.Throwable)
, rootException
, getRootCause()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Throwable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString(boolean detail)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples