org.springframework.batch.core
Class JobInterruptedExceptionTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.AbstractExceptionTests
          extended by org.springframework.batch.core.JobInterruptedExceptionTests

public class JobInterruptedExceptionTests
extends AbstractExceptionTests

Author:
Dave Syer

Constructor Summary
JobInterruptedExceptionTests()
           
 
Method Summary
 Exception getException(String msg)
           
 Exception getException(String msg, Throwable t)
           
 
Methods inherited from class org.springframework.batch.core.AbstractExceptionTests
testExceptionString, testExceptionStringThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInterruptedExceptionTests

public JobInterruptedExceptionTests()
Method Detail

getException

public Exception getException(String msg)
                       throws Exception
Specified by:
getException in class AbstractExceptionTests
Throws:
Exception

getException

public Exception getException(String msg,
                              Throwable t)
                       throws Exception
Specified by:
getException in class AbstractExceptionTests
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.