More detailed message for threadpool execution exception.
This commit is contained in:
parent
ddb4aca55f
commit
b536f7186a
@ -292,7 +292,7 @@ public final class ThreadPoolManager
|
||||
}
|
||||
catch (RuntimeException e)
|
||||
{
|
||||
LOG.warning("Exception in a Runnable execution: " + _runnable.getClass().getSimpleName() + " " + e);
|
||||
LOG.warning("Exception in " + _runnable.getClass().getName() + " execution: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -292,7 +292,7 @@ public final class ThreadPoolManager
|
||||
}
|
||||
catch (RuntimeException e)
|
||||
{
|
||||
LOG.warning("Exception in a Runnable execution: " + _runnable.getClass().getSimpleName() + " " + e);
|
||||
LOG.warning("Exception in " + _runnable.getClass().getName() + " execution: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -292,7 +292,7 @@ public final class ThreadPoolManager
|
||||
}
|
||||
catch (RuntimeException e)
|
||||
{
|
||||
LOG.warning("Exception in a Runnable execution: " + _runnable.getClass().getSimpleName() + " " + e);
|
||||
LOG.warning("Exception in " + _runnable.getClass().getName() + " execution: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -292,7 +292,7 @@ public final class ThreadPoolManager
|
||||
}
|
||||
catch (RuntimeException e)
|
||||
{
|
||||
LOG.warning("Exception in a Runnable execution: " + _runnable.getClass().getSimpleName() + " " + e);
|
||||
LOG.warning("Exception in " + _runnable.getClass().getName() + " execution: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -292,7 +292,7 @@ public final class ThreadPoolManager
|
||||
}
|
||||
catch (RuntimeException e)
|
||||
{
|
||||
LOG.warning("Exception in a Runnable execution: " + _runnable.getClass().getSimpleName() + " " + e);
|
||||
LOG.warning("Exception in " + _runnable.getClass().getName() + " execution: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user