|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
javax.security.sasl.SaslException
javax.security.sasl.AuthenticationException
public class AuthenticationException
ÀÌ ¿¹¿Ü´Â SASL µµ±¸ ÀÇ ±¸Çö¿¡ ÀÇÇØ ¿¹¿Ü°¡ ¹ß»ýµÇ¾î 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
- ÀÌ ¿¹¿Ü°¡ ¹ß»ýµÇ´Â ¿øÀÎÀÌ µÈ ·çÆ® ¿¹¿Ü. nullÀÎ °æ¿ìµµ ÀÖ´ÂThrowable.getMessage()
,
SaslException.getCause()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.