Class NoSuchObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.repository.dao.NoSuchObjectException
All Implemented Interfaces:
Serializable

public class NoSuchObjectException extends RuntimeException
This exception identifies that a batch domain object is invalid, which is generally caused by an invalid ID. (An ID which doesn't exist in the database).
Author:
Lucas Ward, Dave Syer
See Also:
  • Constructor Details

    • NoSuchObjectException

      public NoSuchObjectException(String message)