com.bigdata.journal
Class AbstractTask.ResubmitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.concurrent.RejectedExecutionException
                  extended by com.bigdata.journal.AbstractTask.ResubmitException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractTask<T>

public static class AbstractTask.ResubmitException
extends RejectedExecutionException

This is thrown if you attempt to reuse (re-submit) the same AbstractTask instance.

Version:
$Id: AbstractTask.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Constructor Summary
AbstractTask.ResubmitException()
           
AbstractTask.ResubmitException(String msg)
           
 
Method Summary
 
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
 

Constructor Detail

AbstractTask.ResubmitException

public AbstractTask.ResubmitException()

AbstractTask.ResubmitException

public AbstractTask.ResubmitException(String msg)


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.