Class ProjectManifestException

    • Constructor Detail

      • ProjectManifestException

        public ProjectManifestException()
        Creates ProjectManifestException without message and cause.
      • ProjectManifestException

        public ProjectManifestException​(String message)
        Creates ProjectManifestException with message reason.
        Parameters:
        message - exception message, cannot be null
      • ProjectManifestException

        public ProjectManifestException​(String message,
                                        Throwable cause)
        Creates ProjectManifestException with message reason and cause.
        Parameters:
        message - Exception message, cannot be null
        cause - Cause, cannot be null