org.springframework.batch.core.step
Class AbstractStep.FatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.core.step.AbstractStep.FatalException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractStep

protected static class AbstractStep.FatalException
extends RuntimeException

Signals a fatal exception - e.g. unable to persist batch metadata or rollback transaction. Throwing this exception will result in storing BatchStatus.UNKNOWN as step's status.

See Also:
Serialized Form

Constructor Summary
AbstractStep.FatalException(String string, Throwable e)
           
 
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

AbstractStep.FatalException

public AbstractStep.FatalException(String string,
                                   Throwable e)


Copyright © 2009 SpringSource. All Rights Reserved.