@ExceptionWrapper(idPrefix="ORBTPOOL")
public interface Exceptions
| Modifier and Type | Field and Description |
|---|---|
static int |
EXCEPTIONS_PER_CLASS |
static Exceptions |
self |
static int |
TP_START |
static int |
TPM_START |
static int |
TSV_START |
static final Exceptions self
static final int EXCEPTIONS_PER_CLASS
static final int TP_START
static final int TPM_START
static final int TSV_START
@Message(value="Join was interrrupted on thread {0} while closing ThreadPool {1}")
@Log(id=1)
void interruptedJoinCallWhileClosingThreadPool(@Chain
InterruptedException exc,
Thread wt,
ThreadPoolImpl aThis)
@Message(value="Worker Thread {0} has been created with ClassLoader {1}")
@Log(id=1,
level=FINE)
void workerThreadCreated(Thread thread,
ClassLoader contextClassLoader)
@Message(value="Worker thread creation failure")
@Log(id=2,
level=SEVERE)
void workerThreadCreationFailure(@Chain
Throwable t)
@Message(value="Unable to get worker thread {0}; check securiy policy file: must grant \'getContextClassLoader\' runtime permission")
@Log(id=3)
RuntimeException workerThreadGetContextClassloaderFailed(@Chain
SecurityException se,
Thread aThis)
@Message(value="Worker thread {0} context ClassLoader was changed to {1}; will attempt a reset to its initial ClassLoader {2} ")
@Log(id=4,
level=FINE)
void workerThreadForgotClassloaderReset(Thread aThis,
ClassLoader currentClassLoader,
ClassLoader workerThreadClassLoader)
@Message(value="Unable to set worker thread {0}; check securiy policy file: must grant \'setContextClassLoader\' runtime permission")
@Log(id=6)
void workerThreadResetContextClassloaderFailed(@Chain
SecurityException se,
Thread aThis)
@Message(value="Worker thread {0} caught throwable while executing work.")
@Log(id=7)
void workerThreadDoWorkThrowable(@Chain
Throwable t,
Thread aThis)
@Message(value="Worker thread {0} will exit; current thread count {1} is greater than minimum worker threads needed {2}")
@Log(id=8,
level=FINE)
void workerThreadNotNeeded(Thread aThis,
int currentNumberOfThreads,
int minimumNumberOfThreads)
@Message(value="Worker thread from thread pool {0} was interrupted: closeCalled is {1}")
@Log(id=9,
level=FINE)
void workQueueThreadInterrupted(InterruptedException exc,
String name,
Boolean valueOf)
@Message(value="Worker thread {0} caught throwable when requesting work from work queue {1}")
@Log(id=10,
level=FINE)
void workerThreadThrowableFromRequestWork(@Chain
Throwable t,
Thread aThis,
String name)
@Message(value="Worker thread {0} caught unexpected throwable")
@Log(id=11)
void workerThreadCaughtUnexpectedThrowable(@Chain
Throwable e,
Thread aThis)
@Message(value="Error in closing ThreadPool") @Log(id=101) void threadPoolCloseError()
@Message(value="ThreadGroup {0} is already destroyed; cannot destroy it again")
@Log(id=102)
void threadGroupIsDestroyed(ThreadGroup thgrp)
@Message(value="ThreadGroup {0} has {1} active threads: destroy may cause exceptions")
@Log(id=103)
void threadGroupHasActiveThreadsInClose(ThreadGroup thgrp,
int numThreads)
@Message(value="ThreadGroup {0} has {1} sub-ThreadGroups: destroy may cause exceptions")
@Log(id=104)
void threadGroupHasSubGroupsInClose(ThreadGroup threadGroup,
int numGroups)
@Message(value="ThreadGroup {0} could not be destroyed")
@Log(id=105)
void threadGroupDestroyFailed(@Chain
IllegalThreadStateException exc,
ThreadGroup threadGroup)
@Message(value="Thread state validator threw an exception on validator {0}")
@Log(id=201)
RuntimeException threadStateValidatorException(Runnable run,
@Chain
Throwable exc)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.