Lines Matching refs:ReferralException
36 * a subclass of <tt>ReferralException</tt> by providing implementations
40 * The following code sample shows how <tt>ReferralException</tt> can be used.
50 * } catch (ReferralException e) {
56 * <tt>ReferralException</tt> is an abstract class. Concrete implementations
71 public abstract class ReferralException extends NamingException {
73 * Constructs a new instance of ReferralException using the
79 protected ReferralException(String explanation) {
84 * Constructs a new instance of ReferralException.
87 protected ReferralException() {
109 * that threw the ReferralException.
160 * } catch (ReferralException e) {
181 * } catch (ReferralException e) {