KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > concurrent > RejectedExecutionException

java.util.concurrent
Class RejectedExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.concurrent.RejectedExecutionException
All Implemented Interfaces:
Serializable
See Also:
Source Code, Executor

public RejectedExecutionException()
See Also:
initCause
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RejectedExecutionException(String message)
See Also:
initCause
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RejectedExecutionException(String message,
                                  Throwable cause)
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RejectedExecutionException(Throwable cause)
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags