Class JobDirectoryManifestNotFoundException

All Implemented Interfaces:
Serializable

public class JobDirectoryManifestNotFoundException extends GenieCheckedException
An exception thrown when a job was archived but the manifest of the archive can't be found in the archive location.
Since:
4.0.0
See Also:
  • Constructor Details

    • JobDirectoryManifestNotFoundException

      public JobDirectoryManifestNotFoundException()
      Constructor.
    • JobDirectoryManifestNotFoundException

      public JobDirectoryManifestNotFoundException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • JobDirectoryManifestNotFoundException

      public JobDirectoryManifestNotFoundException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • JobDirectoryManifestNotFoundException

      public JobDirectoryManifestNotFoundException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception