Class CleanupFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.jobs.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:
  • Constructor Details

    • 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