|
|||||||||
| Home >> All >> javax >> [ naming overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.naming
Class ReferralException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ReferralException
- All Implemented Interfaces:
- java.io.Serializable
- public abstract class ReferralException
- extends NamingException
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private static long |
serialVersionUID
|
| Fields inherited from class javax.naming.NamingException |
remainingName, resolvedName, resolvedObj, rootException |
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
protected |
ReferralException()
|
protected |
ReferralException(java.lang.String msg)
|
| Method Summary | |
abstract Context |
getReferralContext()
|
abstract Context |
getReferralContext(java.util.Hashtable env)
|
abstract java.lang.Object |
getReferralInfo()
|
abstract void |
retryReferral()
|
abstract boolean |
skipReferral()
|
| 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 |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
| Constructor Detail |
ReferralException
protected ReferralException()
ReferralException
protected ReferralException(java.lang.String msg)
| Method Detail |
getReferralInfo
public abstract java.lang.Object getReferralInfo()
getReferralContext
public abstract Context getReferralContext() throws NamingException
getReferralContext
public abstract Context getReferralContext(java.util.Hashtable env) throws NamingException
skipReferral
public abstract boolean skipReferral()
retryReferral
public abstract void retryReferral()
|
|||||||||
| Home >> All >> javax >> [ naming overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC