JavaTM 2 Platform
Standard Ed. 5.0

java.net
Ŭ·¡½º HttpRetryException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.io.IOException 
              »óÀ§¸¦ È®Àå java.net.HttpRetryException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable

public class HttpRetryException
extends IOException

HTTP ¿ä±¸ÀÇ Àç½ÃÇàÀÌ ÇÊ¿äÇÏÁö¸¸, ½ºÆ®¸®¹Ö ¸ðµå°¡ À¯È¿ÇÏ°Ô µÇ¾î Àֱ⠶§¹®¿¡ ÀÚµ¿ÀûÀ¸·Î Àç½ÃÇàÇÒ ¼ö ¾ø´Â °ÍÀ» ³ªÅ¸³»±â À§Çؼ­ ¹ß»ý µË´Ï´Ù.

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

»ý¼ºÀÚ °³¿ä
HttpRetryException (String  detail, int code)
          ÁöÁ¤µÈ ÀÀ´ä ÄÚµå¿Í ¿¹¿Ü »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ HttpRetryExceptionÀ» »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.
HttpRetryException (String  detail, int code, String  location)
          »ó¼¼ ¸Þ¼¼ÁöÀÇ responseCode¿Í ÀÀ´ä Çì´õ Çʵå Location ³»¿ëÀ» »ç¿ëÇØ HttpRetryExceptionÀ» »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 String getLocation ()
          ¸®´ÙÀÌ·ºÆ®¿¡ ÀÇÇØ ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ì, Location Çì´õ ÇʵåÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù.
 String getReason ()
          http ¿ä±¸¸¦ Àç½ÃÇàÇÒ ¼ö ¾ø¾ú´ø ÀÌÀ¯¸¦ ¼³¸íÇϴ ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù.
 int responseCode ()
          http ÀÀ´ä Äڵ带 ¸®ÅÏÇÕ´Ï´Ù.
 
Ŭ·¡½º 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
 

»ý¼ºÀÚ »ó¼¼

HttpRetryException

public HttpRetryException(String  detail,
                          int code)
ÁöÁ¤µÈ ÀÀ´ä ÄÚµå¿Í ¿¹¿Ü »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ HttpRetryExceptionÀ» »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
detail - »ó¼¼ ¸Þ¼¼Áö
code - ¼­¹ö·ÎºÎÅÍÀÇ HTTP ÀÀ´ä ÄÚµå

HttpRetryException

public HttpRetryException(String  detail,
                          int code,
                          String  location)
»ó¼¼ ¸Þ¼¼ÁöÀÇ responseCode¿Í ÀÀ´ä Çì´õ Çʵå Location ³»¿ëÀ» »ç¿ëÇØ HttpRetryExceptionÀ» »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
detail - »ó¼¼ ¸Þ¼¼Áö
code - ¼­¹ö·ÎºÎÅÍÀÇ HTTP ÀÀ´ä ÄÚµå
location - ¸®´ÙÀÌ·ºÆ®Ã³ÀÇ URL
¸Þ¼­µåÀÇ »ó¼¼

responseCode

public int responseCode()
http ÀÀ´ä Äڵ带 ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
http ÀÀ´ä ÄÚµå

getReason

public String  getReason()
http ¿ä±¸¸¦ Àç½ÃÇàÇÒ ¼ö ¾ø¾ú´ø ÀÌÀ¯¸¦ ¼³¸íÇϴ ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
ÀÌÀ¯ ij¸¯ÅÍ ¶óÀÎ

getLocation

public String  getLocation()
¸®´ÙÀÌ·ºÆ®¿¡ ÀÇÇØ ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ì, Location Çì´õ ÇʵåÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
Àå¼Ò ij¸¯ÅÍ ¶óÀÎ

JavaTM 2 Platform
Standard Ed. 5.0

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