Class BadManifestException

All Implemented Interfaces:
Serializable

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

    • BadManifestException

      public BadManifestException()
    • BadManifestException

      public BadManifestException(String message)
    • BadManifestException

      public BadManifestException(String message, Throwable cause)
    • BadManifestException

      public BadManifestException(Throwable cause)
    • BadManifestException

      public BadManifestException(Object details)
    • BadManifestException

      public BadManifestException(Object details, Throwable cause)
    • BadManifestException

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