Executable
Throwable
The Executable interface is similar to Runnable, except that an Executable can throw any kind of exception.
Runnable
void
execute()