Java javax.naming ReferralException fields, constructors, methods, implement or subclass

Example usage for Java javax.naming ReferralException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming ReferralException.

The text is from its open source code.

Method

StringgetMessage()
Returns the detail message string of this throwable.
ContextgetReferralContext()
Retrieves the context at which to continue the method.
ObjectgetReferralInfo()
Retrieves information (such as URLs) related to this referral.
ObjectgetResolvedObj()
Retrieves the object to which resolution was successful.
booleanskipReferral()
Discards the referral about to be processed.