|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.concurrent.RejectedExecutionException
public class RejectedExecutionException
ŽºÅ©¸¦ ¹Þ¾Æµé¿© ½ÇÇàÇÒ ¼ö ¾ø´Â °æ¿ì¿¡
Executor
¿¡ ÀÇÇØ ¹ß»ýµÇ´Â ¿¹¿Ü
»ý¼ºÀÚ °³¿ä | |
---|---|
RejectedExecutionException ()
»ó¼¼ ¸Þ¼¼Áö¸¦ °¡ÁöÁö ¾Ê´Â RejectedExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
|
RejectedExecutionException (String message)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ °¡Áö´Â RejectedExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
|
RejectedExecutionException (String message,
Throwable cause)
ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» °¡Áö´Â RejectedExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
|
RejectedExecutionException (Throwable cause)
ÁöÁ¤µÈ ¿øÀÎÀ» »ç¿ëÇØ RejectedExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä |
---|
Ŭ·¡½º 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 |
»ý¼ºÀÚ »ó¼¼ |
---|
public RejectedExecutionException()
initCause
¸¦
È£ÃâÇÏ´Â °ÍÀ¸·Î ÃʱâÈÇÒ ¼ö ÀÖ½À´Ï´Ù.
public RejectedExecutionException(String message)
initCause
¸¦
È£ÃâÇÏ´Â °ÍÀ¸·Î ÃʱâÈÇÒ ¼ö ÀÖ½À´Ï´Ù.
message
- »ó¼¼ ¸Þ¼¼Áöpublic RejectedExecutionException(String message, Throwable cause)
message
- »ó¼¼ ¸Þ¼¼Áöcause
- ¿øÀÎ (³ªÁß¿¡ Throwable.getCause()
¸Þ¼µå¸¦ »ç¿ëÇØ ²¨³¾ ¼ö ÀÖµµ·Ï º¸Á¸µÈ´Ù)public RejectedExecutionException(Throwable cause)
º¸Åë, cause Ŭ·¡½º¿Í »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵ˴ϴÙ.(cause == null ? null : cause.toString())
cause
- ¿øÀÎ (³ªÁß¿¡ Throwable.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 µµ ÂüÁ¶ÇϽʽÿÀ.