JavaTM 2 Platform
Standard Ed. 5.0

javax.net.ssl
Ŭ·¡½º SSLException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.io.IOException 
              »óÀ§¸¦ È®Àå javax.net.ssl.SSLException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable
¾Ë·ÁÁø Á÷°è ¼­ºê Ŭ·¡½º:
SSLHandshakeException, SSLKeyException, SSLPeerUnverifiedException, SSLProtocolException

public class SSLException
extends IOException

SSL ÇϺÎÁ¶Á÷¿¡ ÀÇÇØ °ËÃâµÈ ¿¡·¯¸¦ ³ªÅ¸³À´Ï´Ù. ÀÌ Å¬·¡½º´Â SSL¿¡ °ü·ÃµÈ Á¶ÀÛÀÌ ½ÇÆÐÇßÀ» ¶§¿¡ »ý¼ºµÇ´Â ¿¹¿ÜÀÇ ¹ü¿ë Ŭ·¡½ºÀÔ´Ï´Ù.

µµÀÔµÈ ¹öÀü :
1.4
°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
SSLException (String  reason)
          SSL ÇϺÎÁ¶Á÷¿¡¼­ °ËÃâµÈ ¿¡·¯¸¦ º¸°íÇÏ´Â ¿¹¿Ü¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
SSLException (String  message, Throwable  cause)
          ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» »ç¿ëÇØ SSLExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
SSLException (Throwable  cause)
          ÁöÁ¤µÈ ¿øÀΰú(cause==null ? null : cause.toString()) »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ, SSLExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù (º¸Åë, (cause==null ? null : cause.toString())¿¡´Â cause Ŭ·¡½º ¹× »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵȴÙ).
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

SSLException

public SSLException(String  reason)
SSL ÇϺÎÁ¶Á÷¿¡¼­ °ËÃâµÈ ¿¡·¯¸¦ º¸°íÇÏ´Â ¿¹¿Ü¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
reason - ¹®Á¦¸¦ ¼³¸íÇÑ´Ù

SSLException

public SSLException(String  message,
                    Throwable  cause)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» »ç¿ëÇØ SSLExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - »ó¼¼ ¸Þ¼¼Áö (³ªÁß¿¡ Throwable.getMessage() ¸Þ¼­µå·Î ÃëµæÇϱâ À§Çؼ­ º¸Á¸µÈ´Ù)
cause - ¿øÀÎ (³ªÁß¿¡ Throwable.getCause() ¸Þ¼­µå·Î ÃëµæÇϱâ À§Çؼ­ º¸Á¸µÈ´Ù). null °ªÀÌ Çã°¡µÇ°í ÀÖ¾î ¿øÀÎÀÌ Á¸ÀçÇÏÁö ¾Ê´Â°¡ ºÒ¸íÇÑ °ÍÀ» ³ªÅ¸³»´Â
µµÀÔµÈ ¹öÀü :
1.5

SSLException

public SSLException(Throwable  cause)
ÁöÁ¤µÈ ¿øÀΰú(cause==null ? null : cause.toString()) »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ, SSLExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù (º¸Åë, (cause==null ? null : cause.toString())¿¡´Â cause Ŭ·¡½º ¹× »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵȴÙ).

ÆĶó¹ÌÅÍ:
cause - ¿øÀÎ (³ªÁß¿¡ Throwable.getCause() ¸Þ¼­µå·Î ÃëµæÇϱâ À§Çؼ­ º¸Á¸µÈ´Ù). null °ªÀÌ Çã°¡µÇ°í ÀÖ¾î ¿øÀÎÀÌ Á¸ÀçÇÏÁö ¾Ê´Â°¡ ºÒ¸íÇÑ °ÍÀ» ³ªÅ¸³»´Â
µµÀÔµÈ ¹öÀü :
1.5

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.