|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.naming.NamingException
|
+--org.gxos.gndi.context.GxNamingException
Exception class for GNDI classes.
$Id: GxNamingException.java,v 1.3 2001/05/28 17:14:52 balsoy Exp $
| Fields inherited from class javax.naming.NamingException |
remainingName, resolvedName, resolvedObj, rootException |
| Constructor Summary | |
GxNamingException()
|
|
GxNamingException(java.lang.String msg)
|
|
GxNamingException(java.lang.String msg,
java.lang.Exception e)
|
|
| Method Summary | |
java.lang.Exception |
getRelation()
|
| 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, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GxNamingException(java.lang.String msg)
public GxNamingException()
public GxNamingException(java.lang.String msg,
java.lang.Exception e)
| Method Detail |
public java.lang.Exception getRelation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||