Searched refs:ChallengeException (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/client/
H A DChallengeException.java44 public class ChallengeException extends Exception { class in inherits:Exception
55 public ChallengeException(AccessChallenge res) { method in class:ChallengeException
H A DRadiusConn.java199 * @throws ChallengeException if there is a problem.
203 RejectException, ChallengeException {
222 * @throws ChallengeException if there is a problem.
225 ChallengeException ce) throws IOException, NoSuchAlgorithmException,
226 RejectException, ChallengeException {
251 * @throws ChallengeException if there is a problem.
254 RejectException, ChallengeException {
268 throw new ChallengeException((AccessChallenge) res);
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/client/
H A DChallengeException.java44 public class ChallengeException extends Exception { class in inherits:Exception
55 public ChallengeException(AccessChallenge res) { method in class:ChallengeException
H A DRadiusConn.java198 * @throws ChallengeException if there is a problem.
202 RejectException, ChallengeException {
221 * @throws ChallengeException if there is a problem.
224 ChallengeException ce) throws IOException, NoSuchAlgorithmException,
225 RejectException, ChallengeException {
250 * @throws ChallengeException if there is a problem.
253 RejectException, ChallengeException {
267 throw new ChallengeException((AccessChallenge) res);
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java35 import com.sun.identity.authentication.modules.radius.client.ChallengeException;
84 private ChallengeException cException = null;
286 } catch (ChallengeException ce) {
335 } catch (ChallengeException ce) {
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java32 import com.sun.identity.authentication.modules.radius.client.ChallengeException;
81 private ChallengeException cException = null;
286 } catch (ChallengeException ce) {
335 } catch (ChallengeException ce) {

Completed in 41 milliseconds