|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
javax.security.sasl.SaslException
javax.security.sasl.AuthenticationException
public class AuthenticationException
이 예외는, SASL 기구의 구현에 의해 throw 되어 ID, 패스 프레이즈, 또는 키가 무효인 등의 인증에 관련한 이유에 의해, SASL 교환에 실패한 것을 나타냅니다.
AuthenticationException 가 throw 되지 않아도, 장해가 인증 에러에 의하는 것인 경우가 있을테니 주의해 주세요. SASL 기구의 구현에서는, 장해의 성질을 특정할 수 없는 경우나, 시큐리티상의 이유등에 의해, 장해의 성질을 분명히 하고 싶지 않은 경우는, AuthenticationException 는 아니고, 보다 일반적인 SaslException 를 throw 하는 일이 있습니다.
생성자 의 개요 | |
---|---|
AuthenticationException ()
AuthenticationException 의 새로운 인스턴스를 구축합니다. |
|
AuthenticationException (String detail)
상세 메세지를 포함한 AuthenticationException 의 새로운 인스턴스를 구축합니다. |
|
AuthenticationException (String detail,
Throwable ex)
상세 메세지와 루트 예외를 포함한 AuthenticationException 의 새로운 인스턴스를 구축합니다. |
메소드의 개요 |
---|
클래스 javax.security.sasl. SaslException 로부터 상속된 메소드 |
---|
getCause , initCause , toString |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getLocalizedMessage , getMessage , getStackTrace , printStackTrace , printStackTrace , printStackTrace , setStackTrace |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public AuthenticationException()
public AuthenticationException(String detail)
detail
- 이 예외에 관한 상세 정보를 포함한 캐릭터 라인. null 의 경우도 있는Throwable.getMessage()
public AuthenticationException(String detail, Throwable ex)
detail
- 이 예외에 관한 상세 정보를 포함한 캐릭터 라인. null 의 경우도 있는ex
- 이 예외가 throw 되는 원인이 된 루트 예외. null 의 경우도 있는Throwable.getMessage()
,
SaslException.getCause()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.