JavaTM Platform
Standard Ed. 6

javax.security.sasl
클래스 AuthenticationException

java.lang.Object 
  상위를 확장 java.lang.Throwable 
      상위를 확장 java.lang.Exception 
          상위를 확장 java.io.IOException 
              상위를 확장 javax.security.sasl.SaslException 
                  상위를 확장 javax.security.sasl.AuthenticationException
모든 구현된 인터페이스:
Serializable


public class AuthenticationException
extends SaslException

이 예외는, SASL 기구의 구현에 의해 throw 되어 ID, 패스 프레이즈, 또는 키가 무효인 등의 인증에 관련한 이유에 의해, SASL 교환에 실패한 것을 나타냅니다.  

AuthenticationException 가 throw 되지 않아도, 장해가 인증 에러에 의하는 것인 경우가 있을테니 주의해 주세요. SASL 기구의 구현에서는, 장해의 성질을 특정할 수 없는 경우나, 시큐리티상의 이유등에 의해, 장해의 성질을 분명히 하고 싶지 않은 경우는, AuthenticationException 는 아니고, 보다 일반적인 SaslException 를 throw 하는 일이 있습니다.

도입된 버젼:
1.5
관련 항목:
직렬화 된 형식

생성자 의 개요
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
 

생성자 의 상세

AuthenticationException

public AuthenticationException()
AuthenticationException 의 새로운 인스턴스를 구축합니다. 루트 예외나 상세 메세지는 null 입니다.


AuthenticationException

public AuthenticationException(String  detail)
상세 메세지를 포함한 AuthenticationException 의 새로운 인스턴스를 구축합니다. 루트 예외는 null 입니다.

파라미터:
detail - 이 예외에 관한 상세 정보를 포함한 캐릭터 라인. null 의 경우도 있는
관련 항목:
Throwable.getMessage()

AuthenticationException

public AuthenticationException(String  detail,
                               Throwable  ex)
상세 메세지와 루트 예외를 포함한 AuthenticationException 의 새로운 인스턴스를 구축합니다.

파라미터:
detail - 이 예외에 관한 상세 정보를 포함한 캐릭터 라인. null 의 경우도 있는
ex - 이 예외가 throw 되는 원인이 된 루트 예외. null 의 경우도 있는
관련 항목:
Throwable.getMessage() , SaslException.getCause()

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.