JavaTM 2 Platform
Standard Ed. 5.0

java.util.concurrent
Ŭ·¡½º ExecutionException

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

public class ExecutionException
extends Exception

¿¹¿ÜÀÇ Throw¿¡ ÀÇÇØ Áß´ÜµÈ Å½ºÅ©ÀÇ °á°ú¸¦ ÃëµæÇÏ·Á°í ÇßÀ» ¶§¿¡ ¹ß»ýµÇ´Â ¿¹¿Ü. ÀÌ ¿¹¿Ü´Â Throwable.getCause() ¸Þ¼­µå¸¦ »ç¿ëÇØ Á¶»çÇÒ ¼ö ÀÖ½À´Ï´Ù .

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

»ý¼ºÀÚ °³¿ä
protected ExecutionException ()
          »ó¼¼ ¸Þ¼¼Áö¸¦ °¡ÁöÁö ¾Ê´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
protected ExecutionException (String  message)
          ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
  ExecutionException (String  message, Throwable  cause)
          ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
  ExecutionException (Throwable  cause)
          ÁöÁ¤ÇÑ ¿øÀÎÀ» °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º 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
 

»ý¼ºÀÚ »ó¼¼

ExecutionException

protected ExecutionException()
»ó¼¼ ¸Þ¼¼Áö¸¦ °¡ÁöÁö ¾Ê´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. ¿øÀÎÀº ÃʱâÈ­µÇÁö ¾Ê°í, ±× ÈÄ initCause¸¦ È£ÃâÇÏ´Â °ÍÀ¸·Î ÃʱâÈ­ÇÒ ¼ö ÀÖ½À´Ï´Ù.


ExecutionException

protected ExecutionException(String  message)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. ¿øÀÎÀº ÃʱâÈ­µÇÁö ¾Ê°í, ±× ÈÄ initCause¸¦ È£ÃâÇÏ´Â °ÍÀ¸·Î ÃʱâÈ­ÇÒ ¼ö ÀÖ½À´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - »ó¼¼ ¸Þ¼¼Áö

ExecutionException

public ExecutionException(String  message,
                          Throwable  cause)
ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - »ó¼¼ ¸Þ¼¼Áö
cause - ¿øÀÎ (³ªÁß¿¡ Throwable.getCause() ¸Þ¼­µå¸¦ »ç¿ëÇØ ²¨³¾ ¼ö ÀÖµµ·Ï º¸Á¸µÈ´Ù)

ExecutionException

public ExecutionException(Throwable  cause)
ÁöÁ¤ÇÑ ¿øÀÎÀ» °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. »ó¼¼ ¸Þ¼¼Áö´Â ÀÌÇÏ·Î ¼³Á¤µË´Ï´Ù.

(cause == null ?  null : cause.toString())
º¸Åë, cause Ŭ·¡½º¿Í »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵ˴ϴÙ.

ÆĶó¹ÌÅÍ:
cause - ¿øÀÎ (³ªÁß¿¡ Throwable.getCause() ¸Þ¼­µå¸¦ »ç¿ëÇØ ²¨³¾ ¼ö ÀÖµµ·Ï º¸Á¸µÈ´Ù)

JavaTM 2 Platform
Standard Ed. 5.0

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