Class CleanupFailedException

  • All Implemented Interfaces:
    Serializable

    public class CleanupFailedException
    extends Exception
    Exception to be thrown if the cleanup method of a job terminates unrecoverable.
    See Also:
    Serialized Form
    • Constructor Detail

      • CleanupFailedException

        public CleanupFailedException()
        Instantiates a new cleanup failed exception.
      • CleanupFailedException

        public CleanupFailedException​(String string)
        Instantiates a new cleanup failed exception.
        Parameters:
        string - the string
      • CleanupFailedException

        public CleanupFailedException​(String string,
                                      Throwable e)
        Instantiates a new cleanup failed exception.
        Parameters:
        string - the string
        e - the e