Class NoSuchObjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchObjectException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      ConstructorDescription
      NoSuchObjectException​(java.lang.String message) 
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NoSuchObjectException

        public NoSuchObjectException​(java.lang.String message)