net.spy.concurrent
Class CompositeExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
net.spy.concurrent.CompositeExecutorException
- All Implemented Interfaces:
- Serializable
public class CompositeExecutorException
- extends ExecutionException
Execution exception thrown from a RetryableCallable get() when a failure
has occurred. This contains at most, the ten most recent exceptions.
- See Also:
- Serialized Form
CompositeExecutorException
public CompositeExecutorException(ExecutionException e)
CompositeExecutorException
public CompositeExecutorException(Collection<? extends ExecutionException> e)
getExceptions
public Collection<ExecutionException> getExceptions()
- Get the execution exceptions that led up to this
CompositeExecutorException.
printStackTrace
public void printStackTrace(PrintStream p)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter p)
- Overrides:
printStackTrace in class Throwable
Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.