|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
org.jvnet.hk2.component.ComponentException
org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
public static final class WorkManager.ExecutionException
| Field Summary | |
|---|---|
protected java.util.List<? extends java.lang.Throwable> |
cause
|
| Constructor Summary | |
|---|---|
WorkManager.ExecutionException(java.util.List<java.lang.Exception> errors)
|
|
WorkManager.ExecutionException(java.lang.Throwable t)
|
|
WorkManager.ExecutionException(WorkManager.ExecutionException e)
|
|
| Method Summary | ||
|---|---|---|
|
getCause(java.lang.Class<T> eClass)
|
|
| Methods inherited from class org.jvnet.hk2.component.ComponentException |
|---|
getFailureContext |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<? extends java.lang.Throwable> cause
| Constructor Detail |
|---|
public WorkManager.ExecutionException(java.lang.Throwable t)
public WorkManager.ExecutionException(WorkManager.ExecutionException e)
public WorkManager.ExecutionException(java.util.List<java.lang.Exception> errors)
| Method Detail |
|---|
public <T> T getCause(java.lang.Class<T> eClass)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||