Klasse javax.naming.NamingException | 1.3 |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.naming.NamingException
Datenelemente | |
---|---|
protected Name | remainingName |
protected Name | resolvedName |
protected Object | resolvedObj |
protected Throwable | rootException |
Konstruktoren | |
---|---|
public | NamingException() |
public | NamingException(String explanation) |
Methoden | |
---|---|
public void | appendRemainingComponent(String name) |
public void | appendRemainingName(Name name) |
public String | getExplanation() |
public Name | getRemainingName() |
public Name | getResolvedName() |
public Object | getResolvedObj() |
public Throwable | getRootCause() |
public void | printStackTrace() |
public void | printStackTrace(PrintStream ps) |
public void | printStackTrace(PrintWriter pw) |
public void | setRemainingName(Name name) |
public void | setResolvedName(Name name) |
public void | setResolvedObj(Object obj) |
public void | setRootCause(Throwable e) |
public String | toString() |
public String | toString(boolean detail) |