org.jvnet.hk2.component.concurrent
Class WorkManager.ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.hk2.ComponentException
                  extended by org.jvnet.hk2.component.ComponentException
                      extended by org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
All Implemented Interfaces:
Serializable
Enclosing class:
WorkManager

public static final class WorkManager.ExecutionException
extends ComponentException

See Also:
Serialized Form

Field Summary
protected  List<? extends Throwable> cause
           
 
Constructor Summary
WorkManager.ExecutionException(List<Exception> errors)
           
WorkManager.ExecutionException(Throwable t)
           
WorkManager.ExecutionException(WorkManager.ExecutionException e)
           
 
Method Summary
<T> T
getCause(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

cause

protected List<? extends Throwable> cause
Constructor Detail

WorkManager.ExecutionException

public WorkManager.ExecutionException(Throwable t)

WorkManager.ExecutionException

public WorkManager.ExecutionException(WorkManager.ExecutionException e)

WorkManager.ExecutionException

public WorkManager.ExecutionException(List<Exception> errors)
Method Detail

getCause

public <T> T getCause(Class<T> eClass)


Copyright © 2013 Oracle Corporation. All Rights Reserved.