public class VOMSThread
extends java.lang.Thread
Thread.UncaughtExceptionHandler
which logs the caught exception.| Constructor and Description |
|---|
VOMSThread(java.lang.Runnable target,
java.lang.String name,
java.lang.Thread.UncaughtExceptionHandler handler)
Default constructor.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic VOMSThread(java.lang.Runnable target,
java.lang.String name,
java.lang.Thread.UncaughtExceptionHandler handler)
target - the object whose run method is called.name - the name of the new thread.handler - the Thread.UncaughtExceptionHandler
used for this thread