Class ManifestNotFoundException

All Implemented Interfaces:
Serializable

public class ManifestNotFoundException extends BaseException
Created by patricktwohig on 8/15/17.
See Also:
  • Constructor Details

    • ManifestNotFoundException

      public ManifestNotFoundException()
    • ManifestNotFoundException

      public ManifestNotFoundException(String message)
    • ManifestNotFoundException

      public ManifestNotFoundException(String message, Throwable cause)
    • ManifestNotFoundException

      public ManifestNotFoundException(Throwable cause)
    • ManifestNotFoundException

      public ManifestNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details